Merge "Add support for material_blue theme"
This commit is contained in:
@@ -180,7 +180,7 @@ public class WifiSetupActivity extends WifiPickerActivity
|
||||
|
||||
@Override
|
||||
protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) {
|
||||
resid = SetupWizardUtils.getTheme(getIntent(), resid);
|
||||
resid = SetupWizardUtils.getTheme(getIntent());
|
||||
super.onApplyThemeResource(theme, resid, first);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user