Add predictive back gesture support to MainActivity.

This commit is contained in:
Alex Hart
2025-04-09 10:00:43 -03:00
committed by Michelle Tang
parent b92998be13
commit 5bce2884a7
4 changed files with 22 additions and 35 deletions

View File

@@ -101,6 +101,7 @@
android:supportsRtl="true"
android:resizeableActivity="true"
android:fullBackupOnly="false"
android:enableOnBackInvokedCallback="false"
android:allowBackup="true"
android:backupAgent=".absbackup.SignalBackupAgent"
android:theme="@style/TextSecure.LightTheme"
@@ -1069,6 +1070,7 @@
android:exported="false"/>
<activity android:name=".MainActivity"
android:enableOnBackInvokedCallback="true"
android:theme="@style/Theme.Signal.DayNight.NoActionBar"
android:configChanges="touchscreen|keyboard|keyboardHidden|orientation|screenLayout|screenSize"
android:resizeableActivity="true"