mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-02 10:23:33 +00:00
Fixed resetting user information upon quit
This commit is contained in:
parent
478ecdd3bb
commit
f02927262d
3 changed files with 27 additions and 23 deletions
|
|
@ -57,7 +57,7 @@ public class ServerUnreachableDialog extends DialogFragment {
|
|||
MainActivity activity = (MainActivity) getActivity();
|
||||
|
||||
if (activity != null) {
|
||||
activity.goToLogin();
|
||||
activity.quit();
|
||||
}
|
||||
|
||||
Objects.requireNonNull(getDialog()).dismiss();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue