Skip to content

Commit 746d505

Browse files
committed
Merge branch 'fix_gesture_back_button' into 'develop'
enabled predictive back gesture See merge request ws/client/androidapp!331
2 parents 643b273 + f2659cd commit 746d505

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mobile/src/main/AndroidManifest.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
android:supportsRtl="false"
1313
android:largeHeap="true"
1414
android:theme="@style/DarkTheme"
15-
tools:targetApi="n">
15+
android:enableOnBackInvokedCallback="true"
16+
tools:targetApi="33">
1617
<activity
1718
android:name="com.windscribe.vpn.backend.utils.VPNPermissionActivity"
1819
android:autoRemoveFromRecents="true"

0 commit comments

Comments
 (0)