From 4df690c2a2f598bdb0745e663089aef2ebfc4557 Mon Sep 17 00:00:00 2001 From: Bennett <110846042+bennett-sh@users.noreply.github.com> Date: Sun, 29 Jan 2023 23:23:56 +0100 Subject: [PATCH] feat: monochrome icon + predictive back gesture (#591) * Add monochrome icon * Enable predictive back gesture * feat: monochrome icon + predictive back gesture --- android/app/src/main/AndroidManifest.xml | 6 +++--- android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index ed7b38df..3df4d3af 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -17,7 +17,8 @@ android:name="${applicationName}" android:icon="@mipmap/ic_launcher" android:largeHeap="true" - android:extractNativeLibs="true"> + android:extractNativeLibs="true" + android:enableOnBackInvokedCallback="true"> + android:resource="@style/NormalTheme"/> diff --git a/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml b/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml index 5f349f7f..b26e945b 100644 --- a/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml +++ b/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml @@ -2,4 +2,5 @@ +