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

Unverified Commit 0af70f88 authored by Timi Rautamäki's avatar Timi Rautamäki Committed by Michael Bestas
Browse files

Settings: default to GlifV3Theme

Default to a daynight theme for activities in Settings that
use SUW Glif layouts.

Change-Id: I825b94ff1d302c26057583d54ca1f663323576c0
parent ffd86711
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -73,7 +73,7 @@ public class SetupWizardUtils {
                }
            }
        }
        return R.style.GlifTheme;
        return R.style.GlifV3Theme;
    }

    public static int getTransparentTheme(Intent intent) {