ADD week 5
This commit is contained in:
		| @@ -0,0 +1,58 @@ | ||||
| package androidx.lifecycle; | ||||
|  | ||||
| import kotlin.Metadata; | ||||
| import kotlin.ResultKt; | ||||
| import kotlin.Unit; | ||||
| import kotlin.coroutines.Continuation; | ||||
| import kotlin.coroutines.intrinsics.IntrinsicsKt; | ||||
| import kotlin.coroutines.jvm.internal.DebugMetadata; | ||||
| import kotlin.coroutines.jvm.internal.SuspendLambda; | ||||
| import kotlin.jvm.functions.Function2; | ||||
| import kotlinx.coroutines.CoroutineScope; | ||||
|  | ||||
| /* compiled from: Lifecycle.kt */ | ||||
| @Metadata(d1 = {"\u0000\n\n\u0002\u0018\u0002\n\u0002\u0010\u0002\n\u0000\u0010\u0002\u001a\u00020\u0001*\u00020\u0000H\u008a@"}, d2 = {"Lkotlinx/coroutines/CoroutineScope;", "", "<anonymous>"}, k = 3, mv = {1, 8, 0}) | ||||
| @DebugMetadata(c = "androidx.lifecycle.LifecycleCoroutineScope$launchWhenCreated$1", f = "Lifecycle.kt", i = {}, l = {362}, m = "invokeSuspend", n = {}, s = {}) | ||||
| /* loaded from: classes.dex */ | ||||
| final class LifecycleCoroutineScope$launchWhenCreated$1 extends SuspendLambda implements Function2<CoroutineScope, Continuation<? super Unit>, Object> { | ||||
|     final /* synthetic */ Function2<CoroutineScope, Continuation<? super Unit>, Object> $block; | ||||
|     int label; | ||||
|     final /* synthetic */ LifecycleCoroutineScope this$0; | ||||
|  | ||||
|     /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */ | ||||
|     /* JADX WARN: Multi-variable type inference failed */ | ||||
|     LifecycleCoroutineScope$launchWhenCreated$1(LifecycleCoroutineScope lifecycleCoroutineScope, Function2<? super CoroutineScope, ? super Continuation<? super Unit>, ? extends Object> function2, Continuation<? super LifecycleCoroutineScope$launchWhenCreated$1> continuation) { | ||||
|         super(2, continuation); | ||||
|         this.this$0 = lifecycleCoroutineScope; | ||||
|         this.$block = function2; | ||||
|     } | ||||
|  | ||||
|     @Override // kotlin.coroutines.jvm.internal.BaseContinuationImpl | ||||
|     public final Continuation<Unit> create(Object obj, Continuation<?> continuation) { | ||||
|         return new LifecycleCoroutineScope$launchWhenCreated$1(this.this$0, this.$block, continuation); | ||||
|     } | ||||
|  | ||||
|     @Override // kotlin.jvm.functions.Function2 | ||||
|     public final Object invoke(CoroutineScope coroutineScope, Continuation<? super Unit> continuation) { | ||||
|         return ((LifecycleCoroutineScope$launchWhenCreated$1) create(coroutineScope, continuation)).invokeSuspend(Unit.INSTANCE); | ||||
|     } | ||||
|  | ||||
|     @Override // kotlin.coroutines.jvm.internal.BaseContinuationImpl | ||||
|     public final Object invokeSuspend(Object obj) { | ||||
|         Object coroutine_suspended = IntrinsicsKt.getCOROUTINE_SUSPENDED(); | ||||
|         int i = this.label; | ||||
|         if (i == 0) { | ||||
|             ResultKt.throwOnFailure(obj); | ||||
|             this.label = 1; | ||||
|             if (PausingDispatcherKt.whenCreated(this.this$0.getLifecycle(), this.$block, this) == coroutine_suspended) { | ||||
|                 return coroutine_suspended; | ||||
|             } | ||||
|         } else { | ||||
|             if (i != 1) { | ||||
|                 throw new IllegalStateException("call to 'resume' before 'invoke' with coroutine"); | ||||
|             } | ||||
|             ResultKt.throwOnFailure(obj); | ||||
|         } | ||||
|         return Unit.INSTANCE; | ||||
|     } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user