mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 00:06:47 +00:00
Implementation of PredictionRowView.
> Enable to use floating for prediction row even without tabs. > Behind ALL_APPS_PREDICTION_ROW_VIEW feature flag. > Expand/Collapse personal/work tabs in stopped intermediate state. Bug: 68713881 Change-Id: I7817e7b7c6f572358f2b9a7a347339a9081708ee
This commit is contained in:
@@ -61,4 +61,6 @@ abstract class BaseFlags {
|
||||
|
||||
// When enabled shows a work profile tab in all apps
|
||||
public static final boolean ALL_APPS_TABS_ENABLED = false;
|
||||
// When enabled prediction row is rendered as it's own custom view
|
||||
public static final boolean ALL_APPS_PREDICTION_ROW_VIEW = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user