- 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
31 lines
1.4 KiB
Java
31 lines
1.4 KiB
Java
package androidx.activity.contextaware;
|
|
|
|
import kotlin.Unit;
|
|
import kotlin.jvm.functions.Function1;
|
|
import kotlin.jvm.internal.Lambda;
|
|
import kotlin.jvm.internal.SourceDebugExtension;
|
|
|
|
@SourceDebugExtension({"SMAP\nContextAware.kt\nKotlin\n*S Kotlin\n*F\n+ 1 ContextAware.kt\nandroidx/activity/contextaware/ContextAwareKt$withContextAvailable$2$1\n*L\n1#1,93:1\n*E\n"})
|
|
/* loaded from: classes.dex */
|
|
public final class ContextAwareKt$withContextAvailable$2$1 extends Lambda implements Function1 {
|
|
final /* synthetic */ ContextAwareKt$withContextAvailable$2$listener$1 $listener;
|
|
final /* synthetic */ ContextAware $this_withContextAvailable;
|
|
|
|
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
|
|
public ContextAwareKt$withContextAvailable$2$1(ContextAware contextAware, ContextAwareKt$withContextAvailable$2$listener$1 contextAwareKt$withContextAvailable$2$listener$1) {
|
|
super(1);
|
|
this.$this_withContextAvailable = contextAware;
|
|
this.$listener = contextAwareKt$withContextAvailable$2$listener$1;
|
|
}
|
|
|
|
@Override // kotlin.jvm.functions.Function1
|
|
public /* bridge */ /* synthetic */ Object invoke(Object obj) {
|
|
invoke((Throwable) obj);
|
|
return Unit.INSTANCE;
|
|
}
|
|
|
|
public final void invoke(Throwable th) {
|
|
this.$this_withContextAvailable.removeOnContextAvailableListener(this.$listener);
|
|
}
|
|
}
|