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

Commit 2c790ce1 authored by Selim Cinek's avatar Selim Cinek Committed by android-build-merger
Browse files

Merge "Fixed a bug where the QS was animating wrong when closing" into nyc-dev am: d6ee33e8

am: bab8f09e

* commit 'bab8f09e':
  Fixed a bug where the QS was animating wrong when closing

Change-Id: I3f7b9b2da0dcfb4be2656b4277f0aabbb1cb3e06
parents c208da1e bab8f09e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -941,6 +941,7 @@ public class NotificationPanelView extends PanelView implements
    @Override
    public void flingTopOverscroll(float velocity, boolean open) {
        mLastOverscroll = 0f;
        mQsExpansionFromOverscroll = false;
        setQsExpansion(mQsExpansionHeight);
        flingSettings(!mQsExpansionEnabled && open ? 0f : velocity, open && mQsExpansionEnabled,
                new Runnable() {