Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 168aaf96 authored by Andy Wickham's avatar Andy Wickham
Browse files

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
parent 4f517257
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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;
    }