Merge pull request #365 from YuraLaguta/206-enables-predictive-back-navigation

Resolves #206, enables predictive back navigation support
pull/386/head
Milosz Moczkowski 2 years ago committed by GitHub
commit 4f9c4f67dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -22,6 +22,7 @@
<application
android:name=".NiaApplication"
android:allowBackup="true"
android:enableOnBackInvokedCallback="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"

Loading…
Cancel
Save