Initial version -- added millennium read funcionality
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
package com.google.android.gms.tasks;
|
||||
|
||||
import java.util.concurrent.Executor;
|
||||
|
||||
/* JADX INFO: compiled from: com.google.android.gms:play-services-tasks@@18.1.0 */
|
||||
/* JADX INFO: loaded from: classes2.dex */
|
||||
final class zzd implements zzq {
|
||||
private final Executor zza;
|
||||
private final Continuation zzb;
|
||||
private final zzw zzc;
|
||||
|
||||
public zzd(Executor executor, Continuation continuation, zzw zzwVar) {
|
||||
this.zza = executor;
|
||||
this.zzb = continuation;
|
||||
this.zzc = zzwVar;
|
||||
}
|
||||
|
||||
@Override // com.google.android.gms.tasks.zzq
|
||||
public final void zzc() {
|
||||
throw new UnsupportedOperationException();
|
||||
}
|
||||
|
||||
@Override // com.google.android.gms.tasks.zzq
|
||||
public final void zzd(Task task) {
|
||||
this.zza.execute(new zzc(this, task));
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user