diff --git a/src/com/fsck/k9/activity/setup/Prefs.java b/src/com/fsck/k9/activity/setup/Prefs.java index b78c435ce..0e1436cce 100644 --- a/src/com/fsck/k9/activity/setup/Prefs.java +++ b/src/com/fsck/k9/activity/setup/Prefs.java @@ -228,7 +228,7 @@ public class Prefs extends K9PreferenceActivity mZoomControlsEnabled.setChecked(K9.zoomControlsEnabled()); mMobileOptimizedLayout = (CheckBoxPreference) findPreference(PREFERENCE_MESSAGEVIEW_MOBILE_LAYOUT); - if (Integer.parseInt(Build.VERSION.SDK) <= 7 ) { + if (Integer.parseInt(Build.VERSION.SDK) <= 7 ) { mMobileOptimizedLayout.setEnabled(false); }