We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4f1aa8 commit 58046cbCopy full SHA for 58046cb
android/app/src/main/AndroidManifest.xml
@@ -20,8 +20,7 @@
20
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale|smallestScreenSize|screenLayout|uiMode"
21
android:label="@string/title_activity_main"
22
android:launchMode="singleTask"
23
- android:exported="true"
24
- android:theme="@style/AppTheme.NoActionBar">
+ android:exported="true">
25
<intent-filter>
26
<action android:name="android.intent.action.MAIN" />
27
<category android:name="android.intent.category.LAUNCHER" />
0 commit comments