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

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

Merge "Fix qs translation on split shade lock screen" into sc-v2-dev

parents 61c456ea 91f449c0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2376,7 +2376,7 @@ public class NotificationPanelViewController extends PanelViewController {
                    // qsTranslation should only be positive during pulse expansion because it's
                    // already translating in from the top
                    qsTranslation = Math.max(0, (top - mQs.getHeader().getHeight()) / 2.0f);
                } else {
                } else if (!mShouldUseSplitNotificationShade) {
                    qsTranslation = (top - mQs.getHeader().getHeight()) * QS_PARALLAX_AMOUNT;
                }
            }