Skip to content

Commit 716bf0a

Browse files
committed
feat: enable predictive back gestures
1 parent cf4627b commit 716bf0a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@
1313
android:roundIcon="@mipmap/ic_launcher_round"
1414
android:supportsRtl="true"
1515
android:theme="@style/Theme.TransportYou"
16-
tools:targetApi="31"
17-
android:name=".TransportYouApp">
16+
tools:targetApi="33"
17+
android:name=".TransportYouApp"
18+
android:enableOnBackInvokedCallback="true">
1819
<activity
1920
android:name=".MainActivity"
2021
android:exported="true"

0 commit comments

Comments
 (0)