Skip to content

Commit de893cb

Browse files
committed
Resolves #206, enables predictive back navigation support
1 parent 639402d commit de893cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
<application
2323
android:name=".NiaApplication"
2424
android:allowBackup="true"
25+
android:enableOnBackInvokedCallback="true"
2526
android:icon="@mipmap/ic_launcher"
2627
android:label="@string/app_name"
2728
android:roundIcon="@mipmap/ic_launcher_round"

0 commit comments

Comments
 (0)