Initial version -- added millennium read funcionality
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
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 */
|
||||
final class zabd extends zabw {
|
||||
private final WeakReference zaa;
|
||||
|
||||
zabd(zabe zabeVar) {
|
||||
this.zaa = new WeakReference(zabeVar);
|
||||
}
|
||||
|
||||
@Override // com.google.android.gms.common.api.internal.zabw
|
||||
public final void zaa() {
|
||||
zabe zabeVar = (zabe) this.zaa.get();
|
||||
if (zabeVar == null) {
|
||||
return;
|
||||
}
|
||||
zabe.zai(zabeVar);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user