Skip to content

Commit

Permalink
Predictive back gesture
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbel committed Nov 19, 2023
1 parent 02a1c9f commit c03cb3c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
android:supportsRtl="true"
android:theme="@style/Theme.Movies.Starting"
android:icon="@mipmap/ic_launcher_red"
android:roundIcon="@mipmap/ic_launcher_red">
android:roundIcon="@mipmap/ic_launcher_red"
android:enableOnBackInvokedCallback="true">

<profileable
android:shell="true"
Expand Down
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ TMDB_API_KEY=your_own_tmdb_api_key
- [x] [Support Localization](https://d.android.com/guide/topics/resources/localization)
- [x] [Notification Runtime Permission](https://d.android.com/develop/ui/views/notifications/notification-permission)
- [x] [Changing Launcher App Icon](https://d.android.com/guide/topics/manifest/activity-alias-element)
- [ ] [Predictive Back Gesture](https://d.android.com/guide/navigation/custom-back/predictive-back-gesture)
- [ ] [Unit Tests](https://d.android.com/training/testing/local-tests)
- [ ] [UI Tests](https://d.android.com/training/testing/instrumented-tests/ui-tests)
- [ ] [Baseline Profiles](https://d.android.com/topic/performance/baselineprofiles/overview)
Expand Down

0 comments on commit c03cb3c

Please sign in to comment.