Initial import of ADIF API reverse-engineering toolkit
This commit is contained in:
36
apk_decompiled/sources/q1/C0558a.java
Normal file
36
apk_decompiled/sources/q1/C0558a.java
Normal file
@@ -0,0 +1,36 @@
|
||||
package q1;
|
||||
|
||||
import com.adif.elcanomovil.repositories.circulation.DefaultCirculationRepository;
|
||||
import kotlin.coroutines.Continuation;
|
||||
import kotlin.coroutines.jvm.internal.ContinuationImpl;
|
||||
import kotlin.jvm.internal.IntCompanionObject;
|
||||
|
||||
/* renamed from: q1.a, reason: case insensitive filesystem */
|
||||
/* loaded from: classes.dex */
|
||||
public final class C0558a extends ContinuationImpl {
|
||||
|
||||
/* renamed from: a, reason: collision with root package name */
|
||||
public DefaultCirculationRepository f8152a;
|
||||
|
||||
/* renamed from: b, reason: collision with root package name */
|
||||
public /* synthetic */ Object f8153b;
|
||||
|
||||
/* renamed from: c, reason: collision with root package name */
|
||||
public final /* synthetic */ DefaultCirculationRepository f8154c;
|
||||
|
||||
/* renamed from: d, reason: collision with root package name */
|
||||
public int f8155d;
|
||||
|
||||
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
|
||||
public C0558a(DefaultCirculationRepository defaultCirculationRepository, Continuation continuation) {
|
||||
super(continuation);
|
||||
this.f8154c = defaultCirculationRepository;
|
||||
}
|
||||
|
||||
@Override // kotlin.coroutines.jvm.internal.BaseContinuationImpl
|
||||
public final Object invokeSuspend(Object obj) {
|
||||
this.f8153b = obj;
|
||||
this.f8155d |= IntCompanionObject.MIN_VALUE;
|
||||
return this.f8154c.arrivals(null, null, 0, false, this);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user