forked from bromite/bromite
-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Temp disable predictive back gesture
- Loading branch information
Showing
2 changed files
with
24 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 22 additions & 0 deletions
22
build/patches/00Temp-disable-predictive-back-gesture.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
From: Your Name <[email protected]> | ||
Date: Sat, 12 Aug 2023 14:48:57 +0000 | ||
Subject: Temp disable predictive back gesture | ||
|
||
--- | ||
chrome/android/java/AndroidManifest.xml | 2 +- | ||
1 file changed, 1 insertion(+), 1 deletion(-) | ||
|
||
diff --git a/chrome/android/java/AndroidManifest.xml b/chrome/android/java/AndroidManifest.xml | ||
--- a/chrome/android/java/AndroidManifest.xml | ||
+++ b/chrome/android/java/AndroidManifest.xml | ||
@@ -189,7 +189,7 @@ by a child template that "extends" this file. | ||
android:networkSecurityConfig="@xml/network_security_config" | ||
android:allowAudioPlaybackCapture="false" | ||
android:appComponentFactory="org.chromium.chrome.browser.base.SplitCompatAppComponentFactory" | ||
- android:enableOnBackInvokedCallback="true" | ||
+ android:enableOnBackInvokedCallback="false" | ||
{% block extra_application_attributes %}{% endblock %}> | ||
|
||
{% if channel in ['canary', 'dev', 'default'] %} | ||
-- | ||
2.25.1 |