Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 414c82a2 authored by Tetiana Meronyk's avatar Tetiana Meronyk Committed by Automerger Merge Worker
Browse files

Merge "Fix keyboard showing after dialog dismissed" into udc-qpr-dev am: 98df5bcd

parents 4405824d 98df5bcd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1628,7 +1628,7 @@ public class UserSettings extends SettingsPreferenceFragment
            mRemovingUserId = -1;
            updateUserList();
            if (mCreateUserDialogController.isActive()) {
                mCreateUserDialogController.clear();
                mCreateUserDialogController.finish();
            }
        }
    }