SUW: use GLIF v3 light -theme
Change-Id: I3684279ad87c82b85c93267e959e9faa2dabfdc3
This commit is contained in:
@@ -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,
|
||||
|
@@ -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) {
|
||||
|
Reference in New Issue
Block a user