Skip to content

Commit

Permalink
[TF][KILL] kill SafetyNet login
Browse files Browse the repository at this point in the history
  • Loading branch information
thermatk committed Aug 6, 2023
1 parent 9900c62 commit 3c637f1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1678,7 +1678,7 @@ private void resendCodeFromSafetyNet(Bundle params, TLRPC.auth_SentCode res) {

private boolean isRequestingFirebaseSms;
private void fillNextCodeParams(Bundle params, TLRPC.auth_SentCode res, boolean animate) {
if (res.type instanceof TLRPC.TL_auth_sentCodeTypeFirebaseSms && !res.type.verifiedFirebase && !isRequestingFirebaseSms) {
/*if (res.type instanceof TLRPC.TL_auth_sentCodeTypeFirebaseSms && !res.type.verifiedFirebase && !isRequestingFirebaseSms) {
if (PushListenerController.GooglePushListenerServiceProvider.INSTANCE.hasServices()) {
needShowProgress(0);
isRequestingFirebaseSms = true;
Expand Down Expand Up @@ -1740,7 +1740,7 @@ private void fillNextCodeParams(Bundle params, TLRPC.auth_SentCode res, boolean
resendCodeFromSafetyNet(params, res);
}
return;
}
}*/

params.putString("phoneHash", res.phone_code_hash);
if (res.next_type instanceof TLRPC.TL_auth_codeTypeCall) {
Expand Down

0 comments on commit 3c637f1

Please sign in to comment.