- Added realracing3-community.apk (71.57 MB) - Removed 32-bit support (armeabi-v7a) - Only includes arm64-v8a libraries - Decompiled source code included - Added README-community.md with analysis
32 lines
1018 B
Java
32 lines
1018 B
Java
package com.google.android.gms.dynamic;
|
|
|
|
import java.util.Iterator;
|
|
import java.util.LinkedList;
|
|
|
|
/* loaded from: classes2.dex */
|
|
final class zaa implements OnDelegateCreatedListener {
|
|
final /* synthetic */ DeferredLifecycleHelper zaa;
|
|
|
|
public zaa(DeferredLifecycleHelper deferredLifecycleHelper) {
|
|
this.zaa = deferredLifecycleHelper;
|
|
}
|
|
|
|
@Override // com.google.android.gms.dynamic.OnDelegateCreatedListener
|
|
public final void onDelegateCreated(LifecycleDelegate lifecycleDelegate) {
|
|
LinkedList linkedList;
|
|
LinkedList linkedList2;
|
|
LifecycleDelegate lifecycleDelegate2;
|
|
this.zaa.zaa = lifecycleDelegate;
|
|
linkedList = this.zaa.zac;
|
|
Iterator it = linkedList.iterator();
|
|
while (it.hasNext()) {
|
|
zah zahVar = (zah) it.next();
|
|
lifecycleDelegate2 = this.zaa.zaa;
|
|
zahVar.zab(lifecycleDelegate2);
|
|
}
|
|
linkedList2 = this.zaa.zac;
|
|
linkedList2.clear();
|
|
this.zaa.zab = null;
|
|
}
|
|
}
|