mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-02 08:56:55 +00:00
Merge "Update gesture nav tutorial back left and right videos" into sc-dev am: bef29071b5
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14969574 Change-Id: I9961ffcd4c490576628782bd59b142ed3caa20f3
This commit is contained in:
committed by
Automerger Merge Worker
commit
3908e51796
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user