Skip to content

Commit

Permalink
feat: enable predictive back animations on Android (#335)
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeyls authored Feb 28, 2025
1 parent ac56992 commit 69c2b55
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions androidApp/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

<application
android:allowBackup="true"
android:enableOnBackInvokedCallback="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:name=".AndroidMakersApplication"
Expand Down Expand Up @@ -48,6 +49,7 @@

<category android:name="android.intent.category.BROWSABLE" />
<category android:name="android.intent.category.DEFAULT" />

<data
android:host="androidmakers.fr"
android:scheme="https" />
Expand Down

0 comments on commit 69c2b55

Please sign in to comment.