Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4578fe4c authored by Aaron Liu's avatar Aaron Liu Committed by Automerger Merge Worker
Browse files

Merge "Clean up async bouncer flag" into udc-dev am: cccaf576

parents 58256040 cccaf576
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -205,11 +205,6 @@ object Flags {
                    "wallpaper_picker_ui_for_aiwp"
            )

    /** Whether to inflate the bouncer view on a background thread. */
    // TODO(b/272091103): Tracking Bug
    @JvmField
    val ASYNC_INFLATE_BOUNCER = releasedFlag(229, "async_inflate_bouncer")

    /** Whether to inflate the bouncer view on a background thread. */
    // TODO(b/273341787): Tracking Bug
    @JvmField
+1 −2
Original line number Diff line number Diff line
@@ -682,8 +682,7 @@ public class KeyguardSecurityContainerControllerTest extends SysuiTestCase {
    }

    @Test
    public void testReinflateViewFlipper_asyncBouncerFlagOn() {
        when(mFeatureFlags.isEnabled(Flags.ASYNC_INFLATE_BOUNCER)).thenReturn(true);
    public void testReinflateViewFlipper() {
        KeyguardSecurityViewFlipperController.OnViewInflatedCallback onViewInflatedCallback =
                controller -> {
                };