Skip to content

Commit 85e61a2

Browse files
authored
[Reply] Enable predictive back (#1540)
Enable predictive back in the Reply sample
2 parents 3e509ff + 1265bf8 commit 85e61a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Reply/app/src/main/AndroidManifest.xml

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
android:roundIcon="@mipmap/ic_launcher_round"
2020
android:supportsRtl="true"
2121
android:theme="@style/Theme.Reply"
22+
android:enableOnBackInvokedCallback="true"
2223
tools:targetApi="31">
2324
<activity
2425
android:name=".ui.MainActivity"

0 commit comments

Comments
 (0)