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

View File

@ -353,7 +353,6 @@ public class LoginActivity extends AssistantActivity {
if (!TextUtils.isEmpty(accountId))
accountManager.setUserData(account, "GoogleUserId", accountId);
checkin(true);
CheckinClient.brandSpoof = false;
finish();
}
@Override