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

Commit ea98fdec authored by Sherry Zhou's avatar Sherry Zhou
Browse files

Set flag MIGRATE_CLOCKS_TO_BLUEPRINT to false in NotificationPanelViewControllerTest

Flag: LEGACY MIGRATE_CLOCKS_TO_BLUEPRINT DEVELOPMENT
Bug: 310040609
Test: atest NotificationPanelViewControllerWithCoroutinesTest
Change-Id: Id4878f8b85ceb2486b850684507a1789dc65feda
parent 3a4dedd8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -376,6 +376,7 @@ public class NotificationPanelViewControllerBaseTest extends SysuiTestCase {
        mFeatureFlags.set(Flags.MIGRATE_NSSL, false);
        mFeatureFlags.set(Flags.QS_USER_DETAIL_SHORTCUT, false);
        mFeatureFlags.set(Flags.ONE_WAY_HAPTICS_API_MIGRATION, false);
        mFeatureFlags.set(Flags.MIGRATE_CLOCKS_TO_BLUEPRINT, false);
        mMainDispatcher = getMainDispatcher();
        KeyguardInteractorFactory.WithDependencies keyguardInteractorDeps =
                KeyguardInteractorFactory.create();