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

Commit 7a8badc2 authored by Andy Mast's avatar Andy Mast
Browse files

Themes: Fix GlobalAction Background

Change-Id: Ic9451cbf31ca8671b16ed4eaef53c694a478e052
parent c7708742
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -225,6 +225,7 @@ class GlobalActions implements DialogInterface.OnDismissListener, DialogInterfac
    private Context getUiContext() {
        if (mUiContext == null) {
            mUiContext = ThemeUtils.createUiContext(mContext);
            mUiContext.setTheme(android.R.style.Theme_DeviceDefault_Light_DarkActionBar);
        }
        return mUiContext != null ? mUiContext : mContext;
    }