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

Commit 4383dbd8 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

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

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/16126904

Change-Id: I673cc6e296d4e8603fdb200b1d8d34a1eec1aa6e
parents c51af3d2 b90a1742
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;
                }
            }