SUW: remove EXTRA_THEME flags
Let Settings return the default theme. Change-Id: Ifbd0e85e8ec8317d1a6b834cbe377943ffd8a0aa
This commit is contained in:
committed by
Bruno Martins
parent
0def1c4d18
commit
86e4dc4861
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2016 The CyanogenMod Project
|
* Copyright (C) 2016 The CyanogenMod Project
|
||||||
* Copyright (C) 2017-2021 The LineageOS Project
|
* 2017-2022 The LineageOS Project
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
@@ -83,7 +83,6 @@ public class BiometricActivity extends SubBaseActivity {
|
|||||||
|
|
||||||
private void launchBiometricSetup() {
|
private void launchBiometricSetup() {
|
||||||
Intent intent = new Intent(ACTION_SETUP_BIOMETRIC);
|
Intent intent = new Intent(ACTION_SETUP_BIOMETRIC);
|
||||||
intent.putExtra(WizardManagerHelper.EXTRA_THEME, ThemeHelper.THEME_GLIF_V3_LIGHT);
|
|
||||||
intent.putExtra(EXTRA_TITLE,
|
intent.putExtra(EXTRA_TITLE,
|
||||||
getString(getTitleResId()));
|
getString(getTitleResId()));
|
||||||
intent.putExtra(EXTRA_DETAILS,
|
intent.putExtra(EXTRA_DETAILS,
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2016 The CyanogenMod Project
|
* Copyright (C) 2016 The CyanogenMod Project
|
||||||
* Copyright (C) 2017-2021 The LineageOS Project
|
* 2017-2022 The LineageOS Project
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
@@ -84,7 +84,6 @@ public class WizardManager extends Activity {
|
|||||||
|
|
||||||
private void addExtras(Intent intent) {
|
private void addExtras(Intent intent) {
|
||||||
intent.putExtra(WizardManagerHelper.EXTRA_IS_FIRST_RUN, true);
|
intent.putExtra(WizardManagerHelper.EXTRA_IS_FIRST_RUN, true);
|
||||||
intent.putExtra(WizardManagerHelper.EXTRA_THEME, ThemeHelper.THEME_GLIF_V3_LIGHT);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private void doAction(String scriptUri, WizardAction action, Intent extras) {
|
private void doAction(String scriptUri, WizardAction action, Intent extras) {
|
||||||
|
|||||||
Reference in New Issue
Block a user