package com.strmr.ps.background;

import androidx.media3.container.NalUnitUtil;
import com.strmr.ps.background.TraktSyncWorker;
import kotlin.Metadata;
import kotlin.coroutines.jvm.internal.ContinuationImpl;
import kotlin.coroutines.jvm.internal.DebugMetadata;

/* JADX INFO: loaded from: classes.dex */
@Metadata(k = 3, mv = {2, 0, 0}, xi = NalUnitUtil.H265_NAL_UNIT_TYPE_UNSPECIFIED)
@DebugMetadata(c = "com.strmr.ps.background.TraktSyncWorker", f = "TraktSyncWorker.kt", i = {0, 0, 1, 2}, l = {52, 70, 79}, m = "doWork", n = {"this", "entryPoint", "entryPoint", "entryPoint"}, s = {"L$0", "L$1", "L$0", "L$0"})
final class n extends ContinuationImpl {
    public Object a;
    public TraktSyncWorker.b b;
    public /* synthetic */ Object c;
    public final /* synthetic */ TraktSyncWorker d;
    public int e;

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

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