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

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

Merge "Do not add quick settings padding to the content height when in split...

Merge "Do not add quick settings padding to the content height when in split shade mode" into sc-v2-dev
parents 77765a6d 955b0a93
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -1214,7 +1214,14 @@ public class NotificationPanelViewController extends PanelViewController {
            updateClockAppearance();
        }
        if (!onKeyguard) {
            if (mShouldUseSplitNotificationShade) {
                // Quick settings are not on the top of the notifications
                // when in split shade mode (they are on the left side),
                // so we should not add a padding for them
                stackScrollerPadding = 0;
            } else {
                stackScrollerPadding = getUnlockedStackScrollerPadding();
            }
        } else {
            stackScrollerPadding = mClockPositionResult.stackScrollerPaddingExpanded;
        }