mirror of
https://github.com/moparisthebest/k-9
synced 2025-01-30 14:50:14 -05:00
Fix an extra paren
This commit is contained in:
parent
b9999878df
commit
fb55aa5bfb
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user