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

Commit e24219c2 authored by Jason Monk's avatar Jason Monk Committed by android-build-merger
Browse files

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

am: 1cd7e7a4

Change-Id: I40430a3de3c8866a83a6e160f6a4d2adbd7481d4
parents 16b54134 1cd7e7a4
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -144,7 +144,7 @@ public class ZenModePanel extends FrameLayout {
        super(context, attrs);
        super(context, attrs);
        mContext = context;
        mContext = context;
        mPrefs = new ZenPrefs();
        mPrefs = new ZenPrefs();
        mInflater = LayoutInflater.from(mContext.getApplicationContext());
        mInflater = LayoutInflater.from(mContext);
        mForeverId = Condition.newId(mContext).appendPath("forever").build();
        mForeverId = Condition.newId(mContext).appendPath("forever").build();
        mConfigurableTexts = new ConfigurableTexts(mContext);
        mConfigurableTexts = new ConfigurableTexts(mContext);
        mVoiceCapable = Util.isVoiceCapable(mContext);
        mVoiceCapable = Util.isVoiceCapable(mContext);