mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2024-12-26 09:02:34 -06:00
33 lines
1.3 KiB
Java
33 lines
1.3 KiB
Java
|
package androidx.room;
|
||
|
|
||
|
import kotlin.Metadata;
|
||
|
import kotlin.coroutines.Continuation;
|
||
|
import kotlin.coroutines.jvm.internal.ContinuationImpl;
|
||
|
import kotlin.coroutines.jvm.internal.DebugMetadata;
|
||
|
|
||
|
/* JADX INFO: Access modifiers changed from: package-private */
|
||
|
/* compiled from: RoomDatabaseExt.kt */
|
||
|
@Metadata(k = 3, mv = {1, 7, 1}, xi = 48)
|
||
|
@DebugMetadata(c = "androidx.room.RoomDatabaseKt", f = "RoomDatabaseExt.kt", i = {0, 0}, l = {100}, m = "createTransactionContext", n = {"$this$createTransactionContext", "controlJob"}, s = {"L$0", "L$1"})
|
||
|
/* loaded from: classes2.dex */
|
||
|
public final class RoomDatabaseKt$createTransactionContext$1 extends ContinuationImpl {
|
||
|
Object L$0;
|
||
|
Object L$1;
|
||
|
int label;
|
||
|
/* synthetic */ Object result;
|
||
|
|
||
|
/* JADX INFO: Access modifiers changed from: package-private */
|
||
|
public RoomDatabaseKt$createTransactionContext$1(Continuation<? super RoomDatabaseKt$createTransactionContext$1> continuation) {
|
||
|
super(continuation);
|
||
|
}
|
||
|
|
||
|
@Override // kotlin.coroutines.jvm.internal.BaseContinuationImpl
|
||
|
public final Object invokeSuspend(Object obj) {
|
||
|
Object createTransactionContext;
|
||
|
this.result = obj;
|
||
|
this.label |= Integer.MIN_VALUE;
|
||
|
createTransactionContext = RoomDatabaseKt.createTransactionContext(null, this);
|
||
|
return createTransactionContext;
|
||
|
}
|
||
|
}
|