Merge "Add support for material_blue theme"

This commit is contained in:
Maurice Lam
2015-04-09 20:13:35 +00:00
committed by Android (Google) Code Review
7 changed files with 14 additions and 15 deletions

View File

@@ -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);
}