Initial version -- added millennium read funcionality
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
package com.google.android.gms.libs.identity;
|
||||
|
||||
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 zzck implements Continuation {
|
||||
static final /* synthetic */ zzck zza = new zzck();
|
||||
|
||||
private /* synthetic */ zzck() {
|
||||
}
|
||||
|
||||
@Override // com.google.android.gms.tasks.Continuation
|
||||
public final /* synthetic */ Object then(Task task) {
|
||||
int i = zzci.zza;
|
||||
return null;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user