Fix build after bad merge resolution
Change-Id: I4af3aae1114d31847fc13d56ab03af8c7ef74577
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user