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

Commit 3c80f9ba authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Let wallpaper get correct visibility and correct scrim color"

parents 2af55bf3 7bb4e795
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -4380,6 +4380,7 @@ public class StatusBar extends SystemUI implements DemoMode,
            }
            mEntryManager.updateNotifications();
            updateDozingState();
            updateScrimController();
            updateReportRejectedTouchVisibility();
        }
        Trace.endSection();
@@ -4515,8 +4516,8 @@ public class StatusBar extends SystemUI implements DemoMode,
            if (mDozingRequested) {
                mDozingRequested = false;
                DozeLog.traceDozing(mContext, mDozing);
                mWakefulnessLifecycle.dispatchStartedWakingUp();
                updateDozing();
                mWakefulnessLifecycle.dispatchStartedWakingUp();
            }
        }