diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 9a67d5b..5233a50 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -1,5 +1,6 @@ - + @@ -14,7 +15,9 @@ android:label="@string/app_name" android:roundIcon="@mipmap/ic_launcher_round" android:supportsRtl="true" - android:theme="@style/Theme.LiveInPeace"> + android:enableOnBackInvokedCallback="true" + android:theme="@style/Theme.LiveInPeace" + tools:ignore="UnusedAttribute">