87 lines
4.5 KiB
Java
87 lines
4.5 KiB
Java
package com.sistemasolton.itranvias.home.presentation.linedetail;
|
|
|
|
import kotlin.Metadata;
|
|
import kotlin.Unit;
|
|
import kotlin.coroutines.Continuation;
|
|
import kotlin.coroutines.jvm.internal.DebugMetadata;
|
|
import kotlin.coroutines.jvm.internal.SuspendLambda;
|
|
import kotlin.jvm.functions.Function2;
|
|
import kotlinx.coroutines.CoroutineScope;
|
|
|
|
/* JADX INFO: compiled from: LineDetailScreen.kt */
|
|
/* JADX INFO: loaded from: classes2.dex */
|
|
@Metadata(d1 = {"\u0000\n\n\u0000\n\u0002\u0010\u0002\n\u0002\u0018\u0002\u0010\u0000\u001a\u00020\u0001*\u00020\u0002H\n"}, d2 = {"<anonymous>", "", "Lkotlinx/coroutines/CoroutineScope;"}, k = 3, mv = {2, 1, 0}, xi = 48)
|
|
@DebugMetadata(c = "com.sistemasolton.itranvias.home.presentation.linedetail.LineDetailScreenKt$LineDetailScreen$1$1", f = "LineDetailScreen.kt", i = {}, l = {147}, m = "invokeSuspend", n = {}, s = {})
|
|
final class LineDetailScreenKt$LineDetailScreen$1$1 extends SuspendLambda implements Function2<CoroutineScope, Continuation<? super Unit>, Object> {
|
|
final /* synthetic */ String $lineId;
|
|
final /* synthetic */ LineDetailViewmodel $viewModel;
|
|
int label;
|
|
|
|
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
|
|
LineDetailScreenKt$LineDetailScreen$1$1(LineDetailViewmodel lineDetailViewmodel, String str, Continuation<? super LineDetailScreenKt$LineDetailScreen$1$1> continuation) {
|
|
super(2, continuation);
|
|
this.$viewModel = lineDetailViewmodel;
|
|
this.$lineId = str;
|
|
}
|
|
|
|
@Override // kotlin.coroutines.jvm.internal.BaseContinuationImpl
|
|
public final Continuation<Unit> create(Object obj, Continuation<?> continuation) {
|
|
return new LineDetailScreenKt$LineDetailScreen$1$1(this.$viewModel, this.$lineId, continuation);
|
|
}
|
|
|
|
@Override // kotlin.jvm.functions.Function2
|
|
public final Object invoke(CoroutineScope coroutineScope, Continuation<? super Unit> continuation) {
|
|
return ((LineDetailScreenKt$LineDetailScreen$1$1) create(coroutineScope, continuation)).invokeSuspend(Unit.INSTANCE);
|
|
}
|
|
|
|
/* JADX WARN: Removed duplicated region for block: B:11:0x002e A[RETURN] */
|
|
/* JADX WARN: Unsupported multi-entry loop pattern (BACK_EDGE: B:10:0x002c -> B:12:0x002f). Please report as a decompilation issue!!! */
|
|
/* JADX ERROR: JadxOverflowException in pass: RegionMakerVisitor
|
|
jadx.core.utils.exceptions.JadxOverflowException: Regions count limit reached
|
|
at jadx.core.utils.ErrorsCounter.addError(ErrorsCounter.java:59)
|
|
at jadx.core.utils.ErrorsCounter.error(ErrorsCounter.java:31)
|
|
at jadx.core.dex.attributes.nodes.NotificationAttrNode.addError(NotificationAttrNode.java:19)
|
|
*/
|
|
@Override // kotlin.coroutines.jvm.internal.BaseContinuationImpl
|
|
/*
|
|
Code decompiled incorrectly, please refer to instructions dump.
|
|
To view partially-correct code enable 'Show inconsistent code' option in preferences
|
|
*/
|
|
public final java.lang.Object invokeSuspend(java.lang.Object r6) {
|
|
/*
|
|
r5 = this;
|
|
java.lang.Object r0 = kotlin.coroutines.intrinsics.IntrinsicsKt.getCOROUTINE_SUSPENDED()
|
|
int r1 = r5.label
|
|
r2 = 1
|
|
if (r1 == 0) goto L17
|
|
if (r1 != r2) goto Lf
|
|
kotlin.ResultKt.throwOnFailure(r6)
|
|
goto L2f
|
|
Lf:
|
|
java.lang.IllegalStateException r6 = new java.lang.IllegalStateException
|
|
java.lang.String r0 = "call to 'resume' before 'invoke' with coroutine"
|
|
r6.<init>(r0)
|
|
throw r6
|
|
L17:
|
|
kotlin.ResultKt.throwOnFailure(r6)
|
|
com.sistemasolton.itranvias.home.presentation.linedetail.LineDetailViewmodel r6 = r5.$viewModel
|
|
java.lang.String r1 = r5.$lineId
|
|
r6.loadDynamicInfo(r1, r2)
|
|
L21:
|
|
r6 = r5
|
|
kotlin.coroutines.Continuation r6 = (kotlin.coroutines.Continuation) r6
|
|
r5.label = r2
|
|
r3 = 15000(0x3a98, double:7.411E-320)
|
|
java.lang.Object r6 = kotlinx.coroutines.DelayKt.delay(r3, r6)
|
|
if (r6 != r0) goto L2f
|
|
return r0
|
|
L2f:
|
|
com.sistemasolton.itranvias.home.presentation.linedetail.LineDetailViewmodel r6 = r5.$viewModel
|
|
java.lang.String r1 = r5.$lineId
|
|
r3 = 0
|
|
r6.loadDynamicInfo(r1, r3)
|
|
goto L21
|
|
*/
|
|
throw new UnsupportedOperationException("Method not decompiled: com.sistemasolton.itranvias.home.presentation.linedetail.LineDetailScreenKt$LineDetailScreen$1$1.invokeSuspend(java.lang.Object):java.lang.Object");
|
|
}
|
|
} |