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

Commit ee186de4 authored by Jim Miller's avatar Jim Miller
Browse files

Workaround for corner case in TransitionManager

This works around a problem where removing a review with unfinished
transitions results in leaked object references to KeyguardTransportControlView.

The workaround disables transitions until we have a better fix.

Fixes bug 11307391

Change-Id: I1df82f2c6f1cd9f5c9076d4c76cfd4aec3b6806c
parent 0aeca872
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -65,7 +65,7 @@ public class KeyguardTransportControlView extends FrameLayout {
    protected static final boolean DEBUG = false;
    protected static final String TAG = "TransportControlView";

    private static final boolean ANIMATE_TRANSITIONS = true;
    private static final boolean ANIMATE_TRANSITIONS = false;

    private ViewGroup mMetadataContainer;
    private ViewGroup mInfoContainer;