update theme in SettingsActivity correctly
This commit is contained in:
parent
857539eac3
commit
217e3eee9b
1 changed files with 1 additions and 0 deletions
|
@ -260,6 +260,7 @@ public class SettingsActivity extends XmppActivity implements
|
|||
removeCertsDialog.getButton(AlertDialog.BUTTON_POSITIVE).setEnabled(false);
|
||||
return true;
|
||||
});
|
||||
updateTheme();
|
||||
}
|
||||
|
||||
final Preference createBackupPreference = mSettingsFragment.findPreference("create_backup");
|
||||
|
|
Reference in a new issue