Fix #8694 Profile appearance: After taping Save button, Dismiss dialog shows
This commit is contained in:
parent
9d28c87c23
commit
a9732124fa
1 changed files with 1 additions and 0 deletions
|
@ -708,6 +708,7 @@ public class ProfileAppearanceFragment extends BaseSettingsFragment {
|
|||
}
|
||||
|
||||
private void saveProfile() {
|
||||
profile = changedProfile;
|
||||
if (isNewProfile) {
|
||||
DialogInterface.OnShowListener showListener = new DialogInterface.OnShowListener() {
|
||||
|
||||
|
|
Loading…
Reference in a new issue