Initial version -- added millennium read funcionality
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
package com.google.android.gms.common.api.internal;
|
||||
|
||||
import java.lang.ref.WeakReference;
|
||||
|
||||
/* JADX INFO: compiled from: com.google.android.gms:play-services-base@@18.4.0 */
|
||||
/* JADX INFO: loaded from: classes2.dex */
|
||||
public final class zab extends ActivityLifecycleObserver {
|
||||
private final WeakReference zaa;
|
||||
|
||||
zab(zaa zaaVar) {
|
||||
this.zaa = new WeakReference(zaaVar);
|
||||
}
|
||||
|
||||
@Override // com.google.android.gms.common.api.internal.ActivityLifecycleObserver
|
||||
public final ActivityLifecycleObserver onStopCallOnce(Runnable runnable) {
|
||||
zaa zaaVar = (zaa) this.zaa.get();
|
||||
if (zaaVar == null) {
|
||||
throw new IllegalStateException("The target activity has already been GC'd");
|
||||
}
|
||||
zaaVar.zac(runnable);
|
||||
return this;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user