package com.strmr.ps.domain;

import androidx.media3.container.NalUnitUtil;
import java.time.LocalDate;
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.domain.ContentLoaderUseCase", f = "ContentLoaderUseCase.kt", i = {0, 1, 1}, l = {912, 917, 937}, m = "loadTraktCalendar", n = {"this", "this", "today"}, s = {"L$0", "L$0", "L$1"})
final class s extends ContinuationImpl {
    public ContentLoaderUseCase a;
    public LocalDate b;
    public /* synthetic */ Object c;
    public final /* synthetic */ ContentLoaderUseCase d;
    public int e;

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public s(ContentLoaderUseCase contentLoaderUseCase, ContinuationImpl continuationImpl) {
        super(continuationImpl);
        this.d = contentLoaderUseCase;
    }

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