Initial version -- added millennium read funcionality
This commit is contained in:
@@ -0,0 +1,38 @@
|
||||
package com.google.android.gms.common.api.internal;
|
||||
|
||||
import com.google.android.gms.auth.api.signin.internal.Storage;
|
||||
import com.google.android.gms.common.api.GoogleApiClient;
|
||||
import com.google.android.gms.common.api.Result;
|
||||
import com.google.android.gms.common.api.ResultCallback;
|
||||
import com.google.android.gms.common.api.Status;
|
||||
|
||||
/* JADX INFO: compiled from: com.google.android.gms:play-services-base@@18.4.0 */
|
||||
/* JADX INFO: loaded from: classes2.dex */
|
||||
final class zabb implements ResultCallback {
|
||||
final /* synthetic */ StatusPendingResult zaa;
|
||||
final /* synthetic */ boolean zab;
|
||||
final /* synthetic */ GoogleApiClient zac;
|
||||
final /* synthetic */ zabe zad;
|
||||
|
||||
zabb(zabe zabeVar, StatusPendingResult statusPendingResult, boolean z, GoogleApiClient googleApiClient) {
|
||||
this.zad = zabeVar;
|
||||
this.zaa = statusPendingResult;
|
||||
this.zab = z;
|
||||
this.zac = googleApiClient;
|
||||
}
|
||||
|
||||
@Override // com.google.android.gms.common.api.ResultCallback
|
||||
public final /* bridge */ /* synthetic */ void onResult(Result result) {
|
||||
Status status = (Status) result;
|
||||
Storage.getInstance(this.zad.zan).zac();
|
||||
if (status.isSuccess() && this.zad.isConnected()) {
|
||||
zabe zabeVar = this.zad;
|
||||
zabeVar.disconnect();
|
||||
zabeVar.connect();
|
||||
}
|
||||
this.zaa.setResult(status);
|
||||
if (this.zab) {
|
||||
this.zac.disconnect();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user