Adds Settings button back to Back gesture tutorial.

Uses a simpler Intent which actually works :)

Fixes: 149348244
Bug: 148542211
Change-Id: I5e28c63d1eec93b4642e398c7532e7ec4809d6e2
This commit is contained in:
Andy Wickham
2020-05-13 10:40:20 -07:00
parent 794ca4dba5
commit ee1203e436
4 changed files with 12 additions and 21 deletions
@@ -60,7 +60,7 @@ final class HomeGestureTutorialController extends TutorialController {
@Override
Integer getActionButtonStringId() {
if (mTutorialType == HOME_NAVIGATION_COMPLETE) {
return R.string.gesture_tutorial_action_button_label;
return R.string.gesture_tutorial_action_button_label_done;
}
return null;
}