mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2026-04-20 01:27:02 -04:00
Bug fix: mojang premium acc does not enter
This commit is contained in:
@@ -66,7 +66,7 @@ public class RefreshTokenTask extends AsyncTask<String, Void, Throwable> {
|
||||
public void onPostExecute(Throwable result) {
|
||||
build.dismiss();
|
||||
if (result == null) {
|
||||
listener.onSuccess(null);
|
||||
listener.onSuccess(profilePath);
|
||||
} else {
|
||||
listener.onFailed(result);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user