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

Commit 644696f0 authored by Jim Miller's avatar Jim Miller Committed by Android (Google) Code Review
Browse files

Merge "Workaround for corner case in TransitionManager" into klp-dev

parents ce39e8ce ee186de4
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;