mirror of
https://github.com/YTVanced/VancedMicroG
synced 2024-11-24 04:05:13 +00:00
Fix
This commit is contained in:
parent
c0f387de9a
commit
4c4d52e4b7
1 changed files with 1 additions and 0 deletions
|
@ -168,6 +168,7 @@ public class LoginActivity extends AssistantActivity {
|
||||||
super.onNextButtonClicked();
|
super.onNextButtonClicked();
|
||||||
state++;
|
state++;
|
||||||
if (state == 1) {
|
if (state == 1) {
|
||||||
|
CheckinClient.brandSpoof = false;
|
||||||
init();
|
init();
|
||||||
} else if (state == -1) {
|
} else if (state == -1) {
|
||||||
setResult(RESULT_CANCELED);
|
setResult(RESULT_CANCELED);
|
||||||
|
|
Loading…
Reference in a new issue