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

Commit 812eae18 authored by Jorim Jaggi's avatar Jorim Jaggi Committed by Android Git Automerger
Browse files

am 3e02adb0: Fix closing state

* commit '3e02adb0':
  Fix closing state
parents c55f0d8b 3e02adb0
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -616,6 +616,9 @@ public abstract class PanelView extends FrameLayout {
            boolean expandBecauseOfFalsing) {
        cancelPeek();
        float target = expand ? getMaxPanelHeight() : 0.0f;
        if (!expand) {
            mClosing = true;
        }
        flingToHeight(vel, expand, target, collapseSpeedUpFactor, expandBecauseOfFalsing);
    }