Fix the temporary account

This commit is contained in:
artdeell 2020-12-30 22:26:39 +03:00
parent be621f7732
commit 472c288721
3 changed files with 58 additions and 21 deletions

View file

@ -809,12 +809,10 @@ public class PojavLoginActivity extends BaseActivity
builder.profileId = result[3];
builder.username = result[4];
builder.selectedVersion = "1.12.2";
mProfile = builder;
}
v.setEnabled(true);
prb.setVisibility(View.GONE);
playProfile(false);
}
}).execute(edit2.getText().toString(), edit3.getText().toString());