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

Commit b94465bc authored by Chris Wren's avatar Chris Wren Committed by Android Git Automerger
Browse files

am fc954121: am 8a4014d2: Merge "Only report top peekingcard as visibile." into mnc-dev

* commit 'fc954121':
  Only report top peekingcard as visibile.
parents 7983cda5 fc954121
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -473,9 +473,7 @@ public class PhoneStatusBar extends BaseStatusBar implements DemoMode,
    private int mLastLoggedStateFingerprint;

    private static final int VISIBLE_LOCATIONS = StackViewState.LOCATION_FIRST_CARD
            | StackViewState.LOCATION_TOP_STACK_PEEKING
            | StackViewState.LOCATION_MAIN_AREA
            | StackViewState.LOCATION_BOTTOM_STACK_PEEKING;
            | StackViewState.LOCATION_MAIN_AREA;

    private final OnChildLocationsChangedListener mNotificationLocationsChangedListener =
            new OnChildLocationsChangedListener() {