mirror of
https://codeberg.org/timelimit/timelimit-android.git
synced 2025-10-06 03:50:23 +02:00
Enable predictive back gesture
This commit is contained in:
parent
6e9641638f
commit
d5bc1f9881
1 changed files with 3 additions and 1 deletions
|
@ -55,7 +55,9 @@
|
|||
android:roundIcon="@mipmap/ic_launcher_round"
|
||||
android:label="@string/app_name"
|
||||
android:supportsRtl="true"
|
||||
android:theme="@style/AppTheme">
|
||||
android:theme="@style/AppTheme"
|
||||
android:enableOnBackInvokedCallback="true"
|
||||
tools:targetApi="tiramisu">
|
||||
|
||||
<!-- UI -->
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue