mirror of
https://github.com/2009scape/2009Scape-mobile.git
synced 2025-12-20 13:30:15 -07:00
Fix the temporary account
This commit is contained in:
parent
be621f7732
commit
472c288721
3 changed files with 58 additions and 21 deletions
|
|
@ -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());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue