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

Commit f4a947d0 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 5f518a2a cccaf576
Loading
Loading
Loading
Loading
+0 −5
Original line number Original line Diff line number Diff line
@@ -211,11 +211,6 @@ object Flags {
                    "wallpaper_picker_ui_for_aiwp"
                    "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. */
    /** Whether to inflate the bouncer view on a background thread. */
    // TODO(b/273341787): Tracking Bug
    // TODO(b/273341787): Tracking Bug
    @JvmField
    @JvmField
+1 −2
Original line number Original line Diff line number Diff line
@@ -682,8 +682,7 @@ public class KeyguardSecurityContainerControllerTest extends SysuiTestCase {
    }
    }


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