From 168aaf96826d4920ced3dad8a633f99c375ca536 Mon Sep 17 00:00:00 2001 From: Andy Wickham Date: Mon, 11 May 2020 13:24:06 -0700 Subject: [PATCH] Temporarily removes Settings button from Back tutorial. Currently it just crashes, so it shouldn't be there. If and when we decide to add it back, we will need to get our package whitelisted to send the necessary Intent. Bug: 149348244 Change-Id: I5ab292d04ebc5679e34e5a92141df3d86ef6e551 --- .../quickstep/interaction/BackGestureTutorialController.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/quickstep/src/com/android/quickstep/interaction/BackGestureTutorialController.java b/quickstep/src/com/android/quickstep/interaction/BackGestureTutorialController.java index fe95e834cc..f3cefb9ad7 100644 --- a/quickstep/src/com/android/quickstep/interaction/BackGestureTutorialController.java +++ b/quickstep/src/com/android/quickstep/interaction/BackGestureTutorialController.java @@ -75,9 +75,6 @@ final class BackGestureTutorialController extends TutorialController { @Override Integer getActionTextButtonStringId() { - if (mTutorialType == BACK_NAVIGATION_COMPLETE) { - return R.string.gesture_tutorial_action_text_button_label; - } return null; }