Merge "Adding flag for material U popup" into tm-qpr-dev am: 07bcfaa72a

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/20002183

Change-Id: I21e90e233e1ad09069028c98bc0d1189b9f87dd8
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
TreeHugger Robot
2022-09-23 17:22:30 +00:00
committed by Automerger Merge Worker

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