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

Commit da8df84a authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "LOCKSCREEN->AOD on FOLD: Hide NPVC" into main

parents 74fc88ee b9db1edd
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -3390,7 +3390,9 @@ public final class NotificationPanelViewController implements ShadeSurface, Dump
        /** Updates the views to the initial state for the fold to AOD animation. */
        @Override
        public void prepareFoldToAodAnimation() {
            if (!MigrateClocksToBlueprint.isEnabled()) {
            if (MigrateClocksToBlueprint.isEnabled()) {
                setDozing(true /* dozing */, false /* animate */);
            } else {
                // Force show AOD UI even if we are not locked
                showAodUi();
            }