diff options
Diffstat (limited to 'android/app/src')
| -rw-r--r-- | android/app/src/main/AndroidManifest.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index f69801a46d..9247112466 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -42,7 +42,8 @@ android:launchMode="singleInstance" android:screenOrientation="fullUser" android:windowSoftInputMode="adjustResize" - tools:ignore="DiscouragedApi"> + android:enableOnBackInvokedCallback="true" + tools:ignore="DiscouragedApi,UnusedAttribute"> <intent-filter> <action android:name="android.intent.action.MAIN" /> <category android:name="android.intent.category.LAUNCHER" /> |
