discord-jadx/app/src/main/java/androidx/lifecycle/WithLifecycleStateKt$withSt...

22 lines
731 B
Java

package androidx.lifecycle;
import d0.z.d.o;
import kotlin.jvm.functions.Function0;
/* compiled from: WithLifecycleState.kt */
public final class WithLifecycleStateKt$withStateAtLeastUnchecked$2 extends o implements Function0<R> {
public final /* synthetic */ Function0 $block;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public WithLifecycleStateKt$withStateAtLeastUnchecked$2(Function0 function0) {
super(0);
this.$block = function0;
}
/* JADX WARNING: Unknown variable types count: 1 */
@Override // kotlin.jvm.functions.Function0
/* renamed from: invoke */
public final R mo1invoke() {
return this.$block.mo1invoke();
}
}