0
0
Fork 0
mirror of https://github.com/YTVanced/VancedMicroG synced 2024-11-24 04:05:13 +00:00
This commit is contained in:
Oizaro 2020-10-05 20:25:28 +02:00
parent d8b32c8310
commit 441a2204b7

View file

@ -156,9 +156,9 @@ public class LoginActivity extends AssistantActivity {
@Override
protected void onHuaweiButtonClicked() {
super.onHuaweiButtonClicked();
CheckinClient.brandSpoof = true;
state++;
if (state == 1) {
CheckinClient.brandSpoof = true;
init();
}
}