profile editor bug fix

This commit is contained in:
nuclearfog 2020-04-30 12:19:24 +02:00
parent a347b67907
commit af95dab520
No known key found for this signature in database
GPG Key ID: ED35E22099354A64

View File

@ -103,6 +103,8 @@ public class ProfileUpdater extends AsyncTask<Void, Void, TwitterUser> {
popup.get().dismiss();
if (twException != null) {
Toast.makeText(ui.get(), twException.getMessageResource(), LENGTH_SHORT).show();
if (userHolder == null)
ui.get().finish();
} else if (user != null) {
ui.get().setUser(user);
} else if (userHolder != null) {