This commit is contained in:
Oizaro 2020-09-30 15:06:00 +02:00 committed by GitHub
parent c0f387de9a
commit 4c4d52e4b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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);