Initial version -- added millennium read funcionality
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
package com.google.android.gms.libs.identity;
|
||||
|
||||
import com.google.android.gms.common.api.Api;
|
||||
import com.google.android.gms.tasks.Continuation;
|
||||
import com.google.android.gms.tasks.Task;
|
||||
|
||||
/* JADX INFO: compiled from: com.google.android.gms:play-services-location@@21.2.0 */
|
||||
/* JADX INFO: loaded from: classes2.dex */
|
||||
final /* synthetic */ class zzbk implements Continuation {
|
||||
static final /* synthetic */ zzbk zza = new zzbk();
|
||||
|
||||
private /* synthetic */ zzbk() {
|
||||
}
|
||||
|
||||
@Override // com.google.android.gms.tasks.Continuation
|
||||
public final /* synthetic */ Object then(Task task) {
|
||||
Api api = zzbi.zzb;
|
||||
return null;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user