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

Commit bef29071 authored by Schneider Victor-tulias's avatar Schneider Victor-tulias Committed by Android (Google) Code Review
Browse files

Merge "Update gesture nav tutorial back left and right videos" into sc-dev

parents 2f65e7f2 03c4fa83
Loading
Loading
Loading
Loading
+116 −295

File changed and moved.

Preview size limit exceeded, changes collapsed.

+0 −1412

File deleted.

Preview size limit exceeded, changes collapsed.

+116 −296

File changed and moved.

Preview size limit exceeded, changes collapsed.

+0 −1413

File deleted.

Preview size limit exceeded, changes collapsed.

+2 −6
Original line number Diff line number Diff line
@@ -29,12 +29,8 @@ public class BackGestureTutorialFragment extends TutorialFragment {
    @Override
    Integer getFeedbackVideoResId(boolean forDarkMode) {
        return mTutorialType == TutorialType.RIGHT_EDGE_BACK_NAVIGATION
                ? (forDarkMode
                        ? R.drawable.gesture_tutorial_motion_back_right_dark_mode
                        : R.drawable.gesture_tutorial_motion_back_right_light_mode)
                : (forDarkMode
                        ? R.drawable.gesture_tutorial_motion_back_left_dark_mode
                        : R.drawable.gesture_tutorial_motion_back_left_light_mode);
                ? R.drawable.gesture_tutorial_motion_back_right
                : R.drawable.gesture_tutorial_motion_back_left;
    }

    @Nullable