mirror of
https://github.com/nuclearfog/Shitter.git
synced 2025-01-30 10:55:06 +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();
|
popup.get().dismiss();
|
||||||
if (twException != null) {
|
if (twException != null) {
|
||||||
Toast.makeText(ui.get(), twException.getMessageResource(), LENGTH_SHORT).show();
|
Toast.makeText(ui.get(), twException.getMessageResource(), LENGTH_SHORT).show();
|
||||||
|
if (userHolder == null)
|
||||||
|
ui.get().finish();
|
||||||
} else if (user != null) {
|
} else if (user != null) {
|
||||||
ui.get().setUser(user);
|
ui.get().setUser(user);
|
||||||
} else if (userHolder != null) {
|
} else if (userHolder != null) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user