mirror of
https://github.com/nuclearfog/Shitter.git
synced 2025-01-29 10:29:32 +01:00
profile editor bug fix
This commit is contained in:
parent
a347b67907
commit
af95dab520
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user