- Added realracing3-community.apk (71.57 MB) - Removed 32-bit support (armeabi-v7a) - Only includes arm64-v8a libraries - Decompiled source code included - Added README-community.md with analysis
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);
|
|
}
|
|
}
|
|
}
|
|
}
|