mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-20 19:38:21 +00:00
disabling feature flag LAUNCHER3_UPDATE_SOFT_INPUT_MODE
Change-Id: I10d0a19487331f8e6c19c2cce659f670849caab8
This commit is contained in:
@@ -39,7 +39,7 @@ abstract class BaseFlags {
|
||||
// When enabled allows to use any point on the fast scrollbar to start dragging.
|
||||
public static final boolean LAUNCHER3_DIRECT_SCROLL = true;
|
||||
// When enabled while all-apps open, the soft input will be set to adjust resize .
|
||||
public static final boolean LAUNCHER3_UPDATE_SOFT_INPUT_MODE = true;
|
||||
public static final boolean LAUNCHER3_UPDATE_SOFT_INPUT_MODE = false;
|
||||
// When enabled the promise icon is visible in all apps while installation an app.
|
||||
public static final boolean LAUNCHER3_PROMISE_APPS_IN_ALL_APPS = false;
|
||||
// When enabled uses the AllAppsRadialGradientAndScrimDrawable for all apps
|
||||
|
||||
Reference in New Issue
Block a user