Merge pull request #326 from MaximillianLeonov/redundant-label-on-activity

Remove redundant label on activity
meghan
Don Turner 2 years ago committed by GitHub
commit df6207122d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -32,8 +32,7 @@
<activity
android:name=".MainActivity"
android:exported="true"
android:label="@string/app_name">
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />

Loading…
Cancel
Save