Merge "Adding flag for material U popup" into tm-qpr-dev

This commit is contained in:
TreeHugger Robot
2022-09-23 16:56:42 +00:00
committed by Android (Google) Code Review

View File

@@ -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) {