Skip to content

Commit 58046cb

Browse files
update android/app/src/main/AndroidManifest.xml
1 parent e4f1aa8 commit 58046cb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

android/app/src/main/AndroidManifest.xml

+1-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@
2020
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale|smallestScreenSize|screenLayout|uiMode"
2121
android:label="@string/title_activity_main"
2222
android:launchMode="singleTask"
23-
android:exported="true"
24-
android:theme="@style/AppTheme.NoActionBar">
23+
android:exported="true">
2524
<intent-filter>
2625
<action android:name="android.intent.action.MAIN" />
2726
<category android:name="android.intent.category.LAUNCHER" />

0 commit comments

Comments
 (0)