Skip to content

Commit

Permalink
[predictive-back-navigation] enable for the whole app
Browse files Browse the repository at this point in the history
Summary:

Back-to-home animation is shown when user swipes back from the main activity.

Test Plan:
* [x] go back from the main activity
* [ ] click on search view, go back, search view should collapse
* [ ] go back to from the package info screen to package list screen
* [ ] go back from app settings screen to the package list screen
  • Loading branch information
First Last authored and Iamlooker committed Jul 12, 2024
1 parent 95f11f8 commit 5d64ad2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
android:name=".MainApplication"
android:allowBackup="true"
android:banner="@drawable/tv_banner"
android:enableOnBackInvokedCallback="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/application_name"
android:networkSecurityConfig="@xml/network_security_config"
Expand Down

0 comments on commit 5d64ad2

Please sign in to comment.