From aa0e5c66503654c51d3b04392832c2361a6129db Mon Sep 17 00:00:00 2001 From: Matt Pietal Date: Wed, 25 Jan 2023 18:24:40 +0000 Subject: [PATCH] Dream transitions - Mark released Ship it Fixes: 260637747 Fixes: 260631205 Test: manual Change-Id: I3767f39d535e48900490b13bd8a38aaa6bbaebf7 --- packages/SystemUI/src/com/android/systemui/flags/Flags.kt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/SystemUI/src/com/android/systemui/flags/Flags.kt b/packages/SystemUI/src/com/android/systemui/flags/Flags.kt index af125292e21c9..7a233621164df 100644 --- a/packages/SystemUI/src/com/android/systemui/flags/Flags.kt +++ b/packages/SystemUI/src/com/android/systemui/flags/Flags.kt @@ -198,8 +198,7 @@ object Flags { /** A different path for unocclusion transitions back to keyguard */ // TODO(b/262859270): Tracking Bug - @JvmField - val UNOCCLUSION_TRANSITION = unreleasedFlag(223, "unocclusion_transition", teamfood = true) + @JvmField val UNOCCLUSION_TRANSITION = releasedFlag(223, "unocclusion_transition") // flag for controlling auto pin confirmation and material u shapes in bouncer @JvmField