Fixed issues with the previous commit on ICS devices

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

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

Loading…
Cancel
Save