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

This commit is contained in:
Jim Miller
2013-10-21 23:10:01 +00:00
committed by Android (Google) Code Review

View File

@@ -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;