mirror of
https://github.com/TeamVanced/VancedMicroG
synced 2024-11-19 02:29:25 +01:00
Fix
This commit is contained in:
parent
c0f387de9a
commit
4c4d52e4b7
@ -168,6 +168,7 @@ public class LoginActivity extends AssistantActivity {
|
||||
super.onNextButtonClicked();
|
||||
state++;
|
||||
if (state == 1) {
|
||||
CheckinClient.brandSpoof = false;
|
||||
init();
|
||||
} else if (state == -1) {
|
||||
setResult(RESULT_CANCELED);
|
||||
|
Loading…
Reference in New Issue
Block a user