Merge "Chips flag turn on by default" into ub-launcher3-qt-dev

am: d2f793f77d

Change-Id: Idb8b0a503df4281fcaaf70c85d9f76d7ae031193
This commit is contained in:
Perumaal Shanmugam
2019-05-23 17:20:47 -07:00
committed by android-build-merger
@@ -105,7 +105,7 @@ abstract class BaseFlags {
"ENABLE_QUICKSTEP_LIVE_TILE", false, "Enable live tile in Quickstep overview");
public static final TogglableFlag ENABLE_HINTS_IN_OVERVIEW = new TogglableFlag(
"ENABLE_HINTS_IN_OVERVIEW", false,
"ENABLE_HINTS_IN_OVERVIEW", true,
"Show chip hints and gleams on the overview screen");
public static final TogglableFlag FAKE_LANDSCAPE_UI = new TogglableFlag(