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

Commit 341d5446 authored by Selim Cinek's avatar Selim Cinek Committed by android-build-merger
Browse files

Fixed a bug where the panel could get stuck closing am: b0e4f9e9

am: 157e60f7

* commit '157e60f7':
  Fixed a bug where the panel could get stuck closing
parents 023f4d15 157e60f7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -123,7 +123,6 @@ public abstract class PanelView extends FrameLayout {
    };

    protected void onExpandingFinished() {
        endClosing();
        mBar.onExpandingFinished();
    }

@@ -138,6 +137,7 @@ public abstract class PanelView extends FrameLayout {
    }

    protected final void notifyExpandingFinished() {
        endClosing();
        if (mExpanding) {
            mExpanding = false;
            onExpandingFinished();