32 lines
1.3 KiB
Java
32 lines
1.3 KiB
Java
package androidx.lifecycle;
|
|
|
|
import kotlin.Metadata;
|
|
import kotlin.coroutines.Continuation;
|
|
import kotlin.coroutines.jvm.internal.ContinuationImpl;
|
|
import kotlin.coroutines.jvm.internal.DebugMetadata;
|
|
|
|
/* compiled from: CoroutineLiveData.kt */
|
|
@Metadata(k = 3, mv = {1, 8, 0}, xi = 48)
|
|
@DebugMetadata(c = "androidx.lifecycle.CoroutineLiveData", f = "CoroutineLiveData.kt", i = {0, 0, 1}, l = {228, 229}, m = "emitSource$lifecycle_livedata_release", n = {"this", "source", "this"}, s = {"L$0", "L$1", "L$0"})
|
|
/* loaded from: classes.dex */
|
|
final class CoroutineLiveData$emitSource$1 extends ContinuationImpl {
|
|
Object L$0;
|
|
Object L$1;
|
|
int label;
|
|
/* synthetic */ Object result;
|
|
final /* synthetic */ CoroutineLiveData<T> this$0;
|
|
|
|
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
|
|
CoroutineLiveData$emitSource$1(CoroutineLiveData<T> coroutineLiveData, Continuation<? super CoroutineLiveData$emitSource$1> continuation) {
|
|
super(continuation);
|
|
this.this$0 = coroutineLiveData;
|
|
}
|
|
|
|
@Override // kotlin.coroutines.jvm.internal.BaseContinuationImpl
|
|
public final Object invokeSuspend(Object obj) {
|
|
this.result = obj;
|
|
this.label |= Integer.MIN_VALUE;
|
|
return this.this$0.emitSource$lifecycle_livedata_release(null, this);
|
|
}
|
|
}
|