mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 16:26:47 +00:00
Merge "Adding flag for material U popup" into tm-qpr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
07bcfaa72a
@@ -297,6 +297,9 @@ public final class FeatureFlags {
|
||||
"Enable showing the new 'delightful pagination'"
|
||||
+ " which is a brand new animation for folder pagination");
|
||||
|
||||
public static final BooleanFlag POPUP_MATERIAL_U = new DeviceFlag(
|
||||
"POPUP_MATERIAL_U", false, "Switch popup UX to use material U");
|
||||
|
||||
public static void initialize(Context context) {
|
||||
synchronized (sDebugFlags) {
|
||||
for (DebugFlag flag : sDebugFlags) {
|
||||
|
||||
Reference in New Issue
Block a user