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

Commit fd4c1498 authored by Bryce Lee's avatar Bryce Lee Committed by Android (Google) Code Review
Browse files

Merge "Use correct suppression calculation for suppressing ambient display" into main

parents 0ee12b85 e6142a3d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -145,7 +145,7 @@ public class AmbientDisplaySuppressionController {
        try {
            synchronized (mSuppressionTokens) {
                getStatusBar().suppressAmbientDisplay(
                        (suppressionFlags & PowerManager.FLAG_AMBIENT_SUPPRESSION_AOD)
                        (currentSuppression & PowerManager.FLAG_AMBIENT_SUPPRESSION_AOD)
                                == PowerManager.FLAG_AMBIENT_SUPPRESSION_AOD);
            }
        } catch (RemoteException e) {