Manual roll Android Lint from cpi5krkjlhoCfjDOZ... to vBqKHQdjLFM5l79fp...
Maual: Suppress the lint error, If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/lint-chromium Please CC clank-build-core@google.com,clank-library-failures@google.com,wnwen@google.com on the revert to ensure that a human is aware of the problem. To file a bug in Chromium: https://bugs.chromium.org/p/chromium/issues/entry To report a problem with the AutoRoller itself, please file a bug: https://issues.skia.org/issues/new?component=1389291&template=1850622 Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md Tbr: clank-library-failures@google.com Change-Id: Iccc0be25ec30e92baa18a5a4398bd1acbb85049b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6432318 Reviewed-by: Brian Sheedy <bsheedy@chromium.org> Commit-Queue: Haiyang Pan <hypan@google.com> Reviewed-by: Nate Fischer <ntfschr@chromium.org> Cr-Commit-Position: refs/heads/main@{#1442987}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
0b84e88914
commit
c12d388b70
DEPS
android_webview/tools/system_webview_shell/apk/src/org/chromium/webview_shell
components/webxr/android/java/src/org/chromium/components/webxr
2
DEPS
2
DEPS
@@ -1753,7 +1753,7 @@ deps = {
|
|||||||
'packages': [
|
'packages': [
|
||||||
{
|
{
|
||||||
'package': 'chromium/third_party/android_build_tools/lint',
|
'package': 'chromium/third_party/android_build_tools/lint',
|
||||||
'version': 'cpi5krkjlhoCfjDOZ3fIdPXDOqnCGMBVzm_yHg1WnWUC',
|
'version': 'vBqKHQdjLFM5l79fpi3L9l7kD9b1FfeyfWbIFjXShSgC',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
'condition': 'checkout_android and non_git_source',
|
'condition': 'checkout_android and non_git_source',
|
||||||
|
@@ -99,6 +99,7 @@ public class WebViewBrowserActivity extends AppCompatActivity {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
@SuppressWarnings("GestureBackNavigation")
|
||||||
public void onBackPressed() {
|
public void onBackPressed() {
|
||||||
if (mWebView != null && mWebView.canGoBack()) {
|
if (mWebView != null && mWebView.canGoBack()) {
|
||||||
mWebView.goBack();
|
mWebView.goBack();
|
||||||
|
@@ -74,6 +74,7 @@ public class XrHostActivity extends Activity {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
@SuppressWarnings("GestureBackNavigation")
|
||||||
public void onBackPressed() {
|
public void onBackPressed() {
|
||||||
if (DEBUG_LOGS) Log.i(TAG, "onBackPressed");
|
if (DEBUG_LOGS) Log.i(TAG, "onBackPressed");
|
||||||
super.onBackPressed();
|
super.onBackPressed();
|
||||||
|
Reference in New Issue
Block a user