- 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
17 lines
597 B
Java
17 lines
597 B
Java
package com.google.android.gms.internal.ads;
|
|
|
|
import androidx.lifecycle.LifecycleKt$$ExternalSyntheticBackportWithForwarding0;
|
|
import java.util.concurrent.atomic.AtomicReference;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final /* synthetic */ class zzfde {
|
|
public static /* synthetic */ boolean zza(AtomicReference atomicReference, Object obj, Object obj2) {
|
|
while (!LifecycleKt$$ExternalSyntheticBackportWithForwarding0.m(atomicReference, null, obj2)) {
|
|
if (atomicReference.get() != null) {
|
|
return false;
|
|
}
|
|
}
|
|
return true;
|
|
}
|
|
}
|