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

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

am: 087b208a

Change-Id: I315f3ce8d5a92fbacb737d8a631f17e30074e9db
parents ced004da 087b208a
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();
        }
    }