what-the-bank/sources/com/google/android/gms/internal/p002firebaseauthapi/zzva.java

39 lines
1.3 KiB
Java

package com.google.android.gms.internal.p002firebaseauthapi;
import com.google.firebase.auth.UserProfileChangeRequest;
import com.google.firebase.auth.internal.zzai;
/* JADX INFO: Access modifiers changed from: package-private */
/* loaded from: classes2.dex */
public final class zzva implements zzyg {
final UserProfileChangeRequest zza;
final zzxa zzb;
final zzvf zzc;
@Override // com.google.android.gms.internal.p002firebaseauthapi.zzyf
public final void zza(String str) {
this.zzb.zzh(zzai.zza(str));
}
@Override // com.google.android.gms.internal.p002firebaseauthapi.zzyg
public final /* synthetic */ void zzb(Object obj) {
zzzy zzzyVar = (zzzy) obj;
zzaao zzaaoVar = new zzaao();
zzaaoVar.zze(zzzyVar.zze());
if (this.zza.zzb() || this.zza.getDisplayName() != null) {
zzaaoVar.zzc(this.zza.getDisplayName());
}
if (this.zza.zzc() || this.zza.getPhotoUri() != null) {
zzaaoVar.zzh(this.zza.zza());
}
zzvf.zze(this.zzc, this.zzb, zzzyVar, zzaaoVar, this);
}
/* JADX INFO: Access modifiers changed from: package-private */
public zzva(zzvf zzvfVar, UserProfileChangeRequest userProfileChangeRequest, zzxa zzxaVar) {
this.zzc = zzvfVar;
this.zza = userProfileChangeRequest;
this.zzb = zzxaVar;
}
}