Skip to content

Commit 023c003

Browse files
committed
Merge PR #925.
2 parents 8acfda7 + 0c87036 commit 023c003

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

android/app/src/main/AndroidManifest.xml

+4
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@
6262
android:exported="true"
6363
android:targetActivity=".MainActivity">
6464

65+
<meta-data
66+
android:name="io.flutter.embedding.android.NormalTheme"
67+
android:resource="@style/NormalTheme" />
68+
6569
<intent-filter>
6670
<action android:name="android.hardware.usb.action.USB_DEVICE_ATTACHED" />
6771
</intent-filter>

0 commit comments

Comments
 (0)