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

Commit 62195a60 authored by Gitsaibot's avatar Gitsaibot Committed by Jochen Sprickerhof
Browse files

Make QuickResponse Dialog white/black dependent on chosen Theme. Fixes #185

parent 056af9cc
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -48,7 +48,10 @@ public class QuickResponseActivity extends ListActivity implements OnItemClickLi
    @Override
    protected void onCreate(Bundle icicle) {
        super.onCreate(icicle);

        String theme = Utils.getTheme(this);
        if (!theme.equals("dark")) {
            setTheme(android.R.style.Theme_Holo_Light_Dialog);
        }
        Intent intent = getIntent();
        if (intent == null) {
            finish();