Picsart v24.6版本的 MD5 值为:21a61631d94e54da68d2ad9268b8b9d9

以下内容为反编译后的 SubscriptionManageableOffersRepoImpl$getShowLogicByTag$response$1.java 源代码,内容仅作参考


package com.picsart.subscription.manageableoffers;

import com.picsart.subscription.SubscriptionApiService;
import kotlin.Metadata;
import kotlin.Unit;
import kotlin.coroutines.intrinsics.CoroutineSingletons;
import kotlin.coroutines.jvm.internal.SuspendLambda;
import kotlin.jvm.functions.Function1;
import myobfuscated.ik2.i;
import myobfuscated.mk2.c;
import myobfuscated.ok2.d;
import myobfuscated.ot.g;
import org.jetbrains.annotations.NotNull;
import retrofit2.Response;
@Metadata(d1 = {"\u0000\n\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0000\u0010\u0002\u001a\n\u0012\u0004\u0012\u00020\u0001\u0018\u00010\u0000H\u008a@"}, d2 = {"Lretrofit2/Response;", "Lmyobfuscated/ot/g;", "<anonymous>"}, k = 3, mv = {1, 9, 0})
@d(c = "com.picsart.subscription.manageableoffers.SubscriptionManageableOffersRepoImpl$getShowLogicByTag$response$1", f = "SubscriptionManageableOffersRepoImpl.kt", l = {51}, m = "invokeSuspend")
public final class SubscriptionManageableOffersRepoImpl$getShowLogicByTag$response$1 extends SuspendLambda implements Function1<c<? super Response<g>>, Object> {
    int label;
    final SubscriptionManageableOffersRepoImpl this$0;

    public SubscriptionManageableOffersRepoImpl$getShowLogicByTag$response$1(SubscriptionManageableOffersRepoImpl subscriptionManageableOffersRepoImpl, c<? super SubscriptionManageableOffersRepoImpl$getShowLogicByTag$response$1> cVar) {
        super(1, cVar);
        this.this$0 = subscriptionManageableOffersRepoImpl;
    }

    @Override
    @NotNull
    public final c<Unit> create(@NotNull c<?> cVar) {
        return new SubscriptionManageableOffersRepoImpl$getShowLogicByTag$response$1(this.this$0, cVar);
    }

    @Override
    public final Object invoke(c<? super Response<g>> cVar) {
        return ((SubscriptionManageableOffersRepoImpl$getShowLogicByTag$response$1) create(cVar)).invokeSuspend(Unit.a);
    }

    @Override
    public final Object invokeSuspend(@NotNull Object obj) {
        CoroutineSingletons coroutineSingletons = CoroutineSingletons.COROUTINE_SUSPENDED;
        int i = this.label;
        if (i == 0) {
            i.b(obj);
            SubscriptionApiService subscriptionApiService = this.this$0.f;
            if (subscriptionApiService == null) {
                return null;
            }
            this.label = 1;
            obj = subscriptionApiService.getSettingsWithTag("offer_screen_show_logic_sf", "https://optifyr.com/api/settings/", this);
            if (obj == coroutineSingletons) {
                return coroutineSingletons;
            }
        } else if (i != 1) {
            throw new IllegalStateException("call to 'resume' before 'invoke' with coroutine");
        } else {
            i.b(obj);
        }
        return (Response) obj;
    }
}