Merge "Swipe up to go home, swipe and hold to go to overview" into ub-launcher3-master

This commit is contained in:
Tony Wickham
2019-01-28 19:59:54 +00:00
committed by Android (Google) Code Review
12 changed files with 556 additions and 91 deletions

View File

@@ -106,7 +106,7 @@ abstract class BaseFlags {
public static final ToggleableGlobalSettingsFlag SWIPE_HOME
= new ToggleableGlobalSettingsFlag("SWIPE_HOME", false,
"[WIP] Swiping up on the nav bar goes home. Swipe and hold goes to recent apps.");
"Swiping up on the nav bar goes home. Swipe and hold goes to recent apps.");
public static void initialize(Context context) {
// Avoid the disk read for user builds