diff options
Diffstat (limited to 'src/com/android/settings/SetupRedactionInterstitial.java')
-rw-r--r-- | src/com/android/settings/SetupRedactionInterstitial.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/settings/SetupRedactionInterstitial.java b/src/com/android/settings/SetupRedactionInterstitial.java index badfe8d..410804e 100644 --- a/src/com/android/settings/SetupRedactionInterstitial.java +++ b/src/com/android/settings/SetupRedactionInterstitial.java @@ -60,7 +60,7 @@ public class SetupRedactionInterstitial extends RedactionInterstitial @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); } |