mirror of
https://github.com/2009scape/2009Scape-mobile.git
synced 2025-12-20 13:30:15 -07:00
This would fix dir path duplicate on refresh acc
This commit is contained in:
parent
046de2d6ca
commit
7103e11801
3 changed files with 5 additions and 2 deletions
|
|
@ -736,7 +736,7 @@ public class PojavLoginActivity extends BaseActivity
|
|||
@Override
|
||||
public void onClick(DialogInterface p1, int p2) {
|
||||
new InvalidateTokenTask(PojavLoginActivity.this)
|
||||
.execute(Tools.DIR_ACCOUNT_NEW + "/" + selectedAccName + ".json");
|
||||
.execute(selectedAccName);
|
||||
listAdapter.remove(selectedAccName);
|
||||
listAdapter.notifyDataSetChanged();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue