mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-17 00:29:50 -04:00
Open authorization method selector when clicking "Play" with no accounts
This commit is contained in:
parent
380c72bfc2
commit
1067a92e7b
@ -129,6 +129,7 @@ public class LauncherActivity extends BaseActivity {
|
||||
|
||||
if(mAccountSpinner.getSelectedAccount() == null){
|
||||
Toast.makeText(this, R.string.no_saved_accounts, Toast.LENGTH_LONG).show();
|
||||
ExtraCore.setValue(ExtraConstants.SELECT_AUTH_METHOD, true);
|
||||
return false;
|
||||
}
|
||||
String normalizedVersionId = AsyncMinecraftDownloader.normalizeVersionId(prof.lastVersionId);
|
||||
|
Loading…
x
Reference in New Issue
Block a user