Skip to content

Commit a4fb342

Browse files
update android/app/src/main/AndroidManifest.xml
1 parent 289be21 commit a4fb342

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/app/src/main/AndroidManifest.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
android:label="@string/title_activity_main"
2323
android:launchMode="singleTask"
2424
android:exported="true"
25-
android:theme="@android:style/Theme.DeviceDefault">
25+
android:theme="@style/AppTheme.NoActionBar">
2626
<intent-filter>
2727
<action android:name="android.intent.action.MAIN" />
2828
<category android:name="android.intent.category.LAUNCHER" />

0 commit comments

Comments
 (0)