feat: monochrome icon + predictive back gesture (#591)

* Add monochrome icon

* Enable predictive back gesture

* feat: monochrome icon + predictive back gesture
This commit is contained in:
Bennett
2023-01-29 23:23:56 +01:00
committed by GitHub
parent d6abb61e2b
commit 4df690c2a2
2 changed files with 4 additions and 3 deletions

View File

@@ -17,7 +17,8 @@
android:name="${applicationName}"
android:icon="@mipmap/ic_launcher"
android:largeHeap="true"
android:extractNativeLibs="true">
android:extractNativeLibs="true"
android:enableOnBackInvokedCallback="true">
<activity
android:name=".MainActivity"
android:exported="true"
@@ -28,8 +29,7 @@
android:windowSoftInputMode="adjustResize">
<meta-data
android:name="io.flutter.embedding.android.NormalTheme"
android:resource="@style/NormalTheme"
/>
android:resource="@style/NormalTheme"/>
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>