diff options
Diffstat (limited to 'src/com/android/settings/SetupEncryptionInterstitial.java')
-rw-r--r-- | src/com/android/settings/SetupEncryptionInterstitial.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/settings/SetupEncryptionInterstitial.java b/src/com/android/settings/SetupEncryptionInterstitial.java index 41782dab3..09c3bfc3b 100644 --- a/src/com/android/settings/SetupEncryptionInterstitial.java +++ b/src/com/android/settings/SetupEncryptionInterstitial.java @@ -62,7 +62,7 @@ public class SetupEncryptionInterstitial extends EncryptionInterstitial @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); } |