Fix #8694 Profile appearance: After taping Save button, Dismiss dialog shows

This commit is contained in:
Dima-1 2020-03-18 16:44:43 +02:00
parent 9d28c87c23
commit a9732124fa

View file

@ -708,6 +708,7 @@ public class ProfileAppearanceFragment extends BaseSettingsFragment {
}
private void saveProfile() {
profile = changedProfile;
if (isNewProfile) {
DialogInterface.OnShowListener showListener = new DialogInterface.OnShowListener() {