Fixed issues with the previous commit on ICS devices

pull/14/head
Sam Bosley 11 years ago
parent 972676d76b
commit 9d31c9276b

@ -181,7 +181,8 @@ public class TagSettingsActivity extends SherlockFragmentActivity {
isDialog = AstridPreferences.useTabletLayout(this);
if (isDialog) {
setTheme(ThemeService.getDialogTheme());
requestWindowFeature(Window.FEATURE_NO_TITLE);
if (AndroidUtilities.getSdkVersion() < 14)
requestWindowFeature(Window.FEATURE_NO_TITLE);
}
else {
ThemeService.applyTheme(this);

Loading…
Cancel
Save