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

Commit ab4d6d38 authored by Timi Rautamäki's avatar Timi Rautamäki
Browse files

SUW: use GLIF v3 light -theme

Change-Id: I3684279ad87c82b85c93267e959e9faa2dabfdc3
parent 885e3b36
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -79,7 +79,7 @@ public class BiometricActivity extends SubBaseActivity {

    private void launchBiometricSetup() {
        Intent intent = new Intent(ACTION_SETUP_BIOMETRIC);
        intent.putExtra(WizardManagerHelper.EXTRA_THEME, ThemeHelper.THEME_MATERIAL_LIGHT);
        intent.putExtra(WizardManagerHelper.EXTRA_THEME, ThemeHelper.THEME_GLIF_V3_LIGHT);
        intent.putExtra(EXTRA_TITLE,
                getString(getTitleResId()));
        intent.putExtra(EXTRA_DETAILS,
+1 −1
Original line number Diff line number Diff line
@@ -87,7 +87,7 @@ public class WizardManager extends Activity {

    private void addExtras(Intent intent) {
        intent.putExtra(WizardManagerHelper.EXTRA_IS_FIRST_RUN, true);
        intent.putExtra(WizardManagerHelper.EXTRA_THEME, ThemeHelper.THEME_MATERIAL_LIGHT);
        intent.putExtra(WizardManagerHelper.EXTRA_THEME, ThemeHelper.THEME_GLIF_V3_LIGHT);
    }

    private void doAction(String scriptUri, WizardAction action, Intent extras) {