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

Commit e4fd7227 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

am: 341d5446

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