mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-02-03 07:53:37 +00:00
Fixed resetting user information upon quit
This commit is contained in:
@@ -57,7 +57,7 @@ public class ServerUnreachableDialog extends DialogFragment {
|
||||
MainActivity activity = (MainActivity) getActivity();
|
||||
|
||||
if (activity != null) {
|
||||
activity.goToLogin();
|
||||
activity.quit();
|
||||
}
|
||||
|
||||
Objects.requireNonNull(getDialog()).dismiss();
|
||||
|
||||
Reference in New Issue
Block a user