Skip to content

Commit 4f9c4f6

Browse files
authored
Merge pull request #365 from YuraLaguta/206-enables-predictive-back-navigation
Resolves #206, enables predictive back navigation support
2 parents fe43e75 + de893cb commit 4f9c4f6

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)