Merge "Fix zen panel theming" into oc-dr1-dev

This commit is contained in:
TreeHugger Robot
2017-07-11 16:28:44 +00:00
committed by Android (Google) Code Review

View File

@@ -144,7 +144,7 @@ public class ZenModePanel extends FrameLayout {
super(context, attrs);
mContext = context;
mPrefs = new ZenPrefs();
mInflater = LayoutInflater.from(mContext.getApplicationContext());
mInflater = LayoutInflater.from(mContext);
mForeverId = Condition.newId(mContext).appendPath("forever").build();
mConfigurableTexts = new ConfigurableTexts(mContext);
mVoiceCapable = Util.isVoiceCapable(mContext);