This commit is contained in:
Oizaro 2020-10-05 20:25:28 +02:00
parent d8b32c8310
commit 441a2204b7
1 changed files with 1 additions and 1 deletions

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();
}
}