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

Commit 157e60f7 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

* commit 'b0e4f9e9':
  Fixed a bug where the panel could get stuck closing
parents c4c18662 b0e4f9e9
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();