android: enable support for back navigation animation

This commit is contained in:
Harsh Shandilya 2022-08-25 02:37:39 +05:30
parent 4cf1a51a7f
commit f83e2e5692
No known key found for this signature in database

View file

@ -9,7 +9,8 @@
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher"
android:supportsRtl="true"
android:theme="@style/Theme.Claw.SplashScreen">
android:theme="@style/Theme.Claw.SplashScreen"
android:enableOnBackInvokedCallback="true">
<profileable
android:shell="true"
tools:targetApi="29" />