mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2026-04-20 09:37:07 -04:00
[Account loader] Stills fixing Npe ^2
This commit is contained in:
@@ -23,7 +23,7 @@ public class PojavProfile
|
||||
public static MinecraftAccount getCurrentProfileContent(Context ctx) throws IOException, JsonSyntaxException {
|
||||
MinecraftAccount build = MinecraftAccount.load(getCurrentProfileName(ctx));
|
||||
if (build == null) {
|
||||
getTempProfileContent(ctx);
|
||||
return getTempProfileContent(ctx);
|
||||
}
|
||||
return build;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user