Files
Daniel Elliott c080f0d97f Add Discord community version (64-bit only)
- 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
2026-02-18 15:48:36 -08:00

36 lines
1.1 KiB
Java

package com.google.android.gms.drive.events;
import android.os.Looper;
import com.google.android.gms.drive.events.DriveEventService;
import java.util.concurrent.CountDownLatch;
/* loaded from: classes2.dex */
final class zzh extends Thread {
private final /* synthetic */ CountDownLatch zzcn;
private final /* synthetic */ DriveEventService zzco;
public zzh(DriveEventService driveEventService, CountDownLatch countDownLatch) {
this.zzco = driveEventService;
this.zzcn = countDownLatch;
}
@Override // java.lang.Thread, java.lang.Runnable
public final void run() {
CountDownLatch countDownLatch;
CountDownLatch countDownLatch2;
try {
Looper.prepare();
this.zzco.zzck = new DriveEventService.zza(this.zzco, null);
this.zzco.zzcl = false;
this.zzcn.countDown();
Looper.loop();
} finally {
countDownLatch = this.zzco.zzcj;
if (countDownLatch != null) {
countDownLatch2 = this.zzco.zzcj;
countDownLatch2.countDown();
}
}
}
}