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

29 lines
1.8 KiB
Java

package androidx.lifecycle;
import androidx.lifecycle.Lifecycle;
import kotlin.jvm.functions.Function0;
import kotlinx.coroutines.CoroutineDispatcher;
/* compiled from: WithLifecycleState.kt */
public final class WithLifecycleStateKt$suspendWithStateAtLeastUnchecked$$inlined$suspendCancellableCoroutine$lambda$2 implements Runnable {
public final /* synthetic */ Function0 $block$inlined;
public final /* synthetic */ boolean $dispatchNeeded$inlined;
public final /* synthetic */ CoroutineDispatcher $lifecycleDispatcher$inlined;
public final /* synthetic */ WithLifecycleStateKt$suspendWithStateAtLeastUnchecked$$inlined$suspendCancellableCoroutine$lambda$1 $observer;
public final /* synthetic */ Lifecycle.State $state$inlined;
public final /* synthetic */ Lifecycle $this_suspendWithStateAtLeastUnchecked$inlined;
public WithLifecycleStateKt$suspendWithStateAtLeastUnchecked$$inlined$suspendCancellableCoroutine$lambda$2(WithLifecycleStateKt$suspendWithStateAtLeastUnchecked$$inlined$suspendCancellableCoroutine$lambda$1 withLifecycleStateKt$suspendWithStateAtLeastUnchecked$$inlined$suspendCancellableCoroutine$lambda$1, Lifecycle lifecycle, Lifecycle.State state, Function0 function0, boolean z2, CoroutineDispatcher coroutineDispatcher) {
this.$observer = withLifecycleStateKt$suspendWithStateAtLeastUnchecked$$inlined$suspendCancellableCoroutine$lambda$1;
this.$this_suspendWithStateAtLeastUnchecked$inlined = lifecycle;
this.$state$inlined = state;
this.$block$inlined = function0;
this.$dispatchNeeded$inlined = z2;
this.$lifecycleDispatcher$inlined = coroutineDispatcher;
}
@Override // java.lang.Runnable
public final void run() {
this.$this_suspendWithStateAtLeastUnchecked$inlined.addObserver(this.$observer);
}
}