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

View File

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