126 lines
6.5 KiB
Java
126 lines
6.5 KiB
Java
package com.sistemasolton.itranvias;
|
|
|
|
import android.nfc.Tag;
|
|
import android.widget.Toast;
|
|
import androidx.compose.runtime.MutableState;
|
|
import com.sistemasolton.itranvias.MainActivity;
|
|
import kotlin.Metadata;
|
|
import kotlin.Result;
|
|
import kotlin.ResultKt;
|
|
import kotlin.Unit;
|
|
import kotlin.coroutines.Continuation;
|
|
import kotlin.coroutines.intrinsics.IntrinsicsKt;
|
|
import kotlin.coroutines.jvm.internal.Boxing;
|
|
import kotlin.coroutines.jvm.internal.DebugMetadata;
|
|
import kotlin.coroutines.jvm.internal.SuspendLambda;
|
|
import kotlin.jvm.functions.Function2;
|
|
import kotlinx.coroutines.BuildersKt;
|
|
import kotlinx.coroutines.CoroutineScope;
|
|
import kotlinx.coroutines.Dispatchers;
|
|
|
|
/* JADX INFO: compiled from: MainActivity.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.MainActivity$onNewIntent$1$1", f = "MainActivity.kt", i = {}, l = {93, 94}, m = "invokeSuspend", n = {}, s = {})
|
|
final class MainActivity$onNewIntent$1$1 extends SuspendLambda implements Function2<CoroutineScope, Continuation<? super Unit>, Object> {
|
|
final /* synthetic */ Tag $tag;
|
|
int label;
|
|
final /* synthetic */ MainActivity this$0;
|
|
|
|
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
|
|
MainActivity$onNewIntent$1$1(Tag tag, MainActivity mainActivity, Continuation<? super MainActivity$onNewIntent$1$1> continuation) {
|
|
super(2, continuation);
|
|
this.$tag = tag;
|
|
this.this$0 = mainActivity;
|
|
}
|
|
|
|
@Override // kotlin.coroutines.jvm.internal.BaseContinuationImpl
|
|
public final Continuation<Unit> create(Object obj, Continuation<?> continuation) {
|
|
return new MainActivity$onNewIntent$1$1(this.$tag, this.this$0, continuation);
|
|
}
|
|
|
|
@Override // kotlin.jvm.functions.Function2
|
|
public final Object invoke(CoroutineScope coroutineScope, Continuation<? super Unit> continuation) {
|
|
return ((MainActivity$onNewIntent$1$1) create(coroutineScope, continuation)).invokeSuspend(Unit.INSTANCE);
|
|
}
|
|
|
|
@Override // kotlin.coroutines.jvm.internal.BaseContinuationImpl
|
|
public final Object invokeSuspend(Object obj) throws Throwable {
|
|
Object objMo7881getCardgIAlus;
|
|
Object coroutine_suspended = IntrinsicsKt.getCOROUTINE_SUSPENDED();
|
|
int i = this.label;
|
|
if (i == 0) {
|
|
ResultKt.throwOnFailure(obj);
|
|
this.label = 1;
|
|
objMo7881getCardgIAlus = new CardRepositoryImpl(null, 1, null).mo7881getCardgIAlus(this.$tag, this);
|
|
if (objMo7881getCardgIAlus == coroutine_suspended) {
|
|
return coroutine_suspended;
|
|
}
|
|
} else {
|
|
if (i != 1) {
|
|
if (i != 2) {
|
|
throw new IllegalStateException("call to 'resume' before 'invoke' with coroutine");
|
|
}
|
|
ResultKt.throwOnFailure(obj);
|
|
return Unit.INSTANCE;
|
|
}
|
|
ResultKt.throwOnFailure(obj);
|
|
objMo7881getCardgIAlus = ((Result) obj).getValue();
|
|
}
|
|
this.label = 2;
|
|
if (BuildersKt.withContext(Dispatchers.getMain(), new AnonymousClass1(objMo7881getCardgIAlus, this.this$0, null), this) == coroutine_suspended) {
|
|
return coroutine_suspended;
|
|
}
|
|
return Unit.INSTANCE;
|
|
}
|
|
|
|
/* JADX INFO: renamed from: com.sistemasolton.itranvias.MainActivity$onNewIntent$1$1$1, reason: invalid class name */
|
|
/* JADX INFO: compiled from: MainActivity.kt */
|
|
@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.MainActivity$onNewIntent$1$1$1", f = "MainActivity.kt", i = {}, l = {}, m = "invokeSuspend", n = {}, s = {})
|
|
static final class AnonymousClass1 extends SuspendLambda implements Function2<CoroutineScope, Continuation<? super Unit>, Object> {
|
|
final /* synthetic */ Object $result;
|
|
int label;
|
|
final /* synthetic */ MainActivity this$0;
|
|
|
|
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
|
|
AnonymousClass1(Object obj, MainActivity mainActivity, Continuation<? super AnonymousClass1> continuation) {
|
|
super(2, continuation);
|
|
this.$result = obj;
|
|
this.this$0 = mainActivity;
|
|
}
|
|
|
|
@Override // kotlin.coroutines.jvm.internal.BaseContinuationImpl
|
|
public final Continuation<Unit> create(Object obj, Continuation<?> continuation) {
|
|
return new AnonymousClass1(this.$result, this.this$0, continuation);
|
|
}
|
|
|
|
@Override // kotlin.jvm.functions.Function2
|
|
public final Object invoke(CoroutineScope coroutineScope, Continuation<? super Unit> continuation) {
|
|
return ((AnonymousClass1) create(coroutineScope, continuation)).invokeSuspend(Unit.INSTANCE);
|
|
}
|
|
|
|
@Override // kotlin.coroutines.jvm.internal.BaseContinuationImpl
|
|
public final Object invokeSuspend(Object obj) throws Throwable {
|
|
IntrinsicsKt.getCOROUTINE_SUSPENDED();
|
|
if (this.label != 0) {
|
|
throw new IllegalStateException("call to 'resume' before 'invoke' with coroutine");
|
|
}
|
|
ResultKt.throwOnFailure(obj);
|
|
Object obj2 = this.$result;
|
|
MainActivity mainActivity = this.this$0;
|
|
if (Result.m8391exceptionOrNullimpl(obj2) == null) {
|
|
MainActivity.CardData cardData = (MainActivity.CardData) obj2;
|
|
mainActivity.getCardDataState$composeApp_release().setValue(cardData);
|
|
mainActivity.getNfcTagState$composeApp_release().setValue(cardData.getId());
|
|
MutableState<Integer> readingTrigger$composeApp_release = mainActivity.getReadingTrigger$composeApp_release();
|
|
readingTrigger$composeApp_release.setValue(Boxing.boxInt(readingTrigger$composeApp_release.getValue().intValue() + 1));
|
|
} else {
|
|
Toast.makeText(mainActivity, "Error", 1).show();
|
|
MutableState<Integer> readingTrigger$composeApp_release2 = mainActivity.getReadingTrigger$composeApp_release();
|
|
readingTrigger$composeApp_release2.setValue(Boxing.boxInt(readingTrigger$composeApp_release2.getValue().intValue() + 1));
|
|
}
|
|
return Unit.INSTANCE;
|
|
}
|
|
}
|
|
} |