package com.strmr.ps.data.subscription;

import androidx.media3.container.NalUnitUtil;
import com.strmr.ps.data.subscription.ProSubscriptionManager;
import java.time.Instant;
import kotlin.Metadata;
import kotlin.coroutines.jvm.internal.ContinuationImpl;
import kotlin.coroutines.jvm.internal.DebugMetadata;

/* JADX INFO: loaded from: classes3.dex */
@Metadata(k = 3, mv = {2, 0, 0}, xi = NalUnitUtil.H265_NAL_UNIT_TYPE_UNSPECIFIED)
@DebugMetadata(c = "com.strmr.ps.data.subscription.ProSubscriptionManager", f = "ProSubscriptionManager.kt", i = {0, 0, 1, 1, 1, 1}, l = {284, 417}, m = "startTrial", n = {"this", "userId", "this", "userId", "trialEnd", "subscription"}, s = {"L$0", "L$1", "L$0", "L$1", "L$2", "L$3"})
final class b extends ContinuationImpl {
    public ProSubscriptionManager a;
    public String b;
    public Instant c;
    public ProSubscriptionManager.c d;
    public /* synthetic */ Object e;
    public final /* synthetic */ ProSubscriptionManager f;
    public int i;

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public b(ProSubscriptionManager proSubscriptionManager, ContinuationImpl continuationImpl) {
        super(continuationImpl);
        this.f = proSubscriptionManager;
    }

    @Override // kotlin.coroutines.jvm.internal.BaseContinuationImpl
    public final Object invokeSuspend(Object obj) {
        this.e = obj;
        this.i |= Integer.MIN_VALUE;
        return this.f.d(this);
    }
}
