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

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

Merge "Never show shelf when fully dark"

parents 882fa97d 46dc3139
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -225,7 +225,7 @@ public class NotificationShelf extends ActivatableNotificationView implements
            }
            viewState.hasItemsInStableShelf = lastViewState.inShelf;
            viewState.hidden = !mAmbientState.isShadeExpanded()
                    || mAmbientState.isQsCustomizerShowing();
                    || mAmbientState.isQsCustomizerShowing() || mAmbientState.isFullyDark();
            viewState.maxShelfEnd = maxShelfEnd;
        } else {
            viewState.hidden = true;