Initial version -- added millennium read funcionality

This commit is contained in:
Pablo
2026-03-09 22:05:28 +01:00
commit 77c2ded482
2770 changed files with 141927 additions and 0 deletions
@@ -0,0 +1,39 @@
package com.google.android.gms.common.api;
import com.google.android.gms.common.api.PendingResult;
/* JADX INFO: compiled from: com.google.android.gms:play-services-base@@18.4.0 */
/* JADX INFO: loaded from: classes2.dex */
final class zab implements PendingResult.StatusListener {
final /* synthetic */ Batch zaa;
zab(Batch batch) {
this.zaa = batch;
}
@Override // com.google.android.gms.common.api.PendingResult.StatusListener
public final void onComplete(Status status) {
synchronized (this.zaa.zai) {
if (this.zaa.isCanceled()) {
return;
}
if (status.isCanceled()) {
this.zaa.zag = true;
} else if (!status.isSuccess()) {
this.zaa.zaf = true;
}
Batch batch = this.zaa;
batch.zae--;
Batch batch2 = this.zaa;
if (batch2.zae == 0) {
if (batch2.zag) {
super/*com.google.android.gms.common.api.internal.BasePendingResult*/.cancel();
} else {
Status status2 = batch2.zaf ? new Status(13) : Status.RESULT_SUCCESS;
Batch batch3 = this.zaa;
batch3.setResult(new BatchResult(status2, batch3.zah));
}
}
}
}
}