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

Commit 1412f848 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

am: e4fd7227

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

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

@@ -143,6 +142,7 @@ public abstract class PanelView extends FrameLayout {
    }

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