Enabled predictibe back gesture for Android 13
This commit is contained in:
parent
f1cd004201
commit
9d082e2630
1 changed files with 1 additions and 0 deletions
|
@ -51,6 +51,7 @@
|
||||||
<application
|
<application
|
||||||
android:name=".LinphoneApplication"
|
android:name=".LinphoneApplication"
|
||||||
android:allowBackup="false"
|
android:allowBackup="false"
|
||||||
|
android:enableOnBackInvokedCallback="true"
|
||||||
android:icon="@mipmap/ic_launcher"
|
android:icon="@mipmap/ic_launcher"
|
||||||
android:label="${appLabel}"
|
android:label="${appLabel}"
|
||||||
android:localeConfig="@xml/locales_config"
|
android:localeConfig="@xml/locales_config"
|
||||||
|
|
Loading…
Reference in a new issue