- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
42 lines
1.3 KiB
Java
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);
|
|
}
|
|
}
|
|
}
|
|
}
|