mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-04 09:56:49 +00:00
Merge "Added assistant gesture swipe up right side region on nav bar" into ub-launcher3-master
This commit is contained in:
committed by
Android (Google) Code Review
commit
6d2bb0b548
@@ -116,6 +116,10 @@ abstract class BaseFlags {
|
||||
"ENABLE_HINTS_IN_OVERVIEW", false,
|
||||
"Show chip hints and gleams on the overview screen");
|
||||
|
||||
public static final TogglableFlag ENABLE_ASSISTANT_GESTURE = new TogglableFlag(
|
||||
"ENABLE_ASSISTANT_GESTURE", false,
|
||||
"Enable swipe up from the bottom right corner to start assistant");
|
||||
|
||||
public static void initialize(Context context) {
|
||||
// Avoid the disk read for user builds
|
||||
if (Utilities.IS_DEBUG_DEVICE) {
|
||||
|
||||
Reference in New Issue
Block a user