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

Commit 3b84517a 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

am: e24219c2

Change-Id: I294f8b06ad6b9f51a08ef0f889163a309c955d9e
parents 0cebf295 e24219c2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);