Files
rr3-apk/decompiled/sources/com/google/android/gms/internal/ads/zzcfu.java
Daniel Elliott f9d20bb3fc Add decompiled APK source code (JADX)
- 28,932 files
- Full Java source code
- Smali files
- Resources

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-02-18 14:52:23 -08:00

42 lines
1.3 KiB
Java

package com.google.android.gms.internal.ads;
import android.text.TextUtils;
import java.util.Map;
/* loaded from: classes3.dex */
final class zzcfu implements zzbjp {
final /* synthetic */ zzcfw zza;
public zzcfu(zzcfw zzcfwVar) {
this.zza = zzcfwVar;
}
@Override // com.google.android.gms.internal.ads.zzbjp
public final /* bridge */ /* synthetic */ void zza(Object obj, Map map) {
int i;
if (map != null) {
String str = (String) map.get("height");
if (TextUtils.isEmpty(str)) {
return;
}
try {
int parseInt = Integer.parseInt(str);
synchronized (this.zza) {
try {
zzcfw zzcfwVar = this.zza;
i = zzcfwVar.zzI;
if (i != parseInt) {
zzcfwVar.zzI = parseInt;
this.zza.requestLayout();
}
} catch (Throwable th) {
throw th;
}
}
} catch (Exception e) {
com.google.android.gms.ads.internal.util.client.zzo.zzk("Exception occurred while getting webview content height", e);
}
}
}
}