fix: logcat warnings regarding enableOnBackInvokedCallback
Signed-off-by: Infi <infi@infi.sh>
This commit is contained in:
parent
564ca74063
commit
af7e73292e
|
|
@ -24,6 +24,7 @@
|
||||||
android:name=".RevoltApplication"
|
android:name=".RevoltApplication"
|
||||||
android:theme="@style/Theme.Revolt"
|
android:theme="@style/Theme.Revolt"
|
||||||
android:localeConfig="@xml/locale_config"
|
android:localeConfig="@xml/locale_config"
|
||||||
|
android:enableOnBackInvokedCallback="true"
|
||||||
tools:targetApi="tiramisu">
|
tools:targetApi="tiramisu">
|
||||||
<provider
|
<provider
|
||||||
android:name="androidx.core.content.FileProvider"
|
android:name="androidx.core.content.FileProvider"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue