Files
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

33 lines
903 B
Java

package com.google.android.gms.tasks;
/* loaded from: classes3.dex */
final class zzi implements Runnable {
final /* synthetic */ Task zza;
final /* synthetic */ zzj zzb;
public zzi(zzj zzjVar, Task task) {
this.zzb = zzjVar;
this.zza = task;
}
@Override // java.lang.Runnable
public final void run() {
Object obj;
OnCompleteListener onCompleteListener;
OnCompleteListener onCompleteListener2;
obj = this.zzb.zzb;
synchronized (obj) {
try {
zzj zzjVar = this.zzb;
onCompleteListener = zzjVar.zzc;
if (onCompleteListener != null) {
onCompleteListener2 = zzjVar.zzc;
onCompleteListener2.onComplete(this.zza);
}
} catch (Throwable th) {
throw th;
}
}
}
}