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

Resolves #206, enables predictive back navigation support
pull/1837/head
Milosz Moczkowski 3 years ago committed by GitHub
commit 3b772de2f7

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

Loading…
Cancel
Save