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

Commit 087b208a authored by Selim Cinek's avatar Selim Cinek Committed by android-build-merger
Browse files

Merge "Fixed an issue where the panel could be stuck expanding" into oc-dev

am: 5d8e4c47

Change-Id: I1c1c0693131e9075fe2830936cd6ee3e3081912a
parents a59d91d5 5d8e4c47
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -224,6 +224,7 @@ public abstract class PanelView extends FrameLayout {
            if (mTracking) {
                onTrackingStopped(true /* expanded */);
            }
            notifyExpandingFinished();
        }
    }