mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-15 23:59:21 -04:00
[V2 UI account switcher] Stills try fix the duplicate
This commit is contained in:
parent
4f50f4357a
commit
d3e97ea9aa
@ -822,7 +822,7 @@ public class PojavLoginActivity extends BaseActivity
|
||||
v.setEnabled(true);
|
||||
prb.setVisibility(View.GONE);
|
||||
|
||||
playProfile(true);
|
||||
playProfile(false);
|
||||
}
|
||||
}).execute(edit2.getText().toString(), edit3.getText().toString());
|
||||
}
|
||||
|
@ -40,6 +40,7 @@ public class PojavProfile
|
||||
} else if (obj instanceof String) {
|
||||
pref.putString(PROFILE_PREF_FILE, (String) obj);
|
||||
pref.putString(PROFILE_PREF_CONTENT, MCProfile.toString((String) obj));
|
||||
pref.putString(PROFILE_PREF_TEMP_CONTENT, "");
|
||||
} else if (obj == null) {
|
||||
pref.putString(PROFILE_PREF_FILE, "");
|
||||
pref.putString(PROFILE_PREF_CONTENT, "");
|
||||
|
Loading…
x
Reference in New Issue
Block a user