Fix build after bad merge resolution

Change-Id: I4af3aae1114d31847fc13d56ab03af8c7ef74577
This commit is contained in:
Michael Kolb
2014-04-01 14:38:57 -07:00
parent 9b3b78bdaf
commit 4bb047fa5e

View File

@@ -3001,6 +3001,7 @@ public class PhoneWindow extends Window implements MenuBuilder.Callback {
} }
if (a.getBoolean(com.android.internal.R.styleable.Window_windowContentTransitions, false)) { if (a.getBoolean(com.android.internal.R.styleable.Window_windowContentTransitions, false)) {
requestFeature(FEATURE_CONTENT_TRANSITIONS); requestFeature(FEATURE_CONTENT_TRANSITIONS);
}
if (a.hasValue(com.android.internal.R.styleable.Window_windowOutsetBottom)) { if (a.hasValue(com.android.internal.R.styleable.Window_windowOutsetBottom)) {
if (mOutsetBottom == null) mOutsetBottom = new TypedValue(); if (mOutsetBottom == null) mOutsetBottom = new TypedValue();
a.getValue(com.android.internal.R.styleable.Window_windowOutsetBottom, mOutsetBottom); a.getValue(com.android.internal.R.styleable.Window_windowOutsetBottom, mOutsetBottom);