package com.strmr.ps.data.repository;

import androidx.media3.container.NalUnitUtil;
import com.strmr.ps.data.repository.ScreenConfigRepository;
import kotlin.Metadata;
import kotlin.coroutines.Continuation;
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.repository.ScreenConfigRepository$getRowsForScreen$1$1", f = "ScreenConfigRepository.kt", i = {0, 0, 2, 2}, l = {149, 152, 160, 166}, m = "emit", n = {"this", "rows", "this", "rows"}, s = {"L$0", "L$1", "L$0", "L$1"})
public final class ScreenConfigRepository$getRowsForScreen$1$1$emit$1 extends ContinuationImpl {
    Object L$0;
    Object L$1;
    int label;
    /* synthetic */ Object result;
    final /* synthetic */ ScreenConfigRepository.C03901.C01021<T> this$0;

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    /* JADX WARN: Multi-variable type inference failed */
    public ScreenConfigRepository$getRowsForScreen$1$1$emit$1(ScreenConfigRepository.C03901.C01021<? super T> c01021, Continuation<? super ScreenConfigRepository$getRowsForScreen$1$1$emit$1> continuation) {
        super(continuation);
        this.this$0 = c01021;
    }

    /* JADX WARN: Type inference incomplete: some casts might be missing */
    /*  JADX ERROR: JadxRuntimeException in pass: ModVisitor
        jadx.core.utils.exceptions.JadxRuntimeException: Can't change immutable type kotlin.coroutines.Continuation to com.strmr.ps.data.repository.ScreenConfigRepository$getRowsForScreen$1$1$emit$1 for r1v1 'this'  kotlin.coroutines.Continuation
        	at jadx.core.dex.instructions.args.SSAVar.setType(SSAVar.java:114)
        	at jadx.core.dex.instructions.args.RegisterArg.setType(RegisterArg.java:52)
        	at jadx.core.dex.visitors.ModVisitor.removeCheckCast(ModVisitor.java:417)
        	at jadx.core.dex.visitors.ModVisitor.replaceStep(ModVisitor.java:152)
        	at jadx.core.dex.visitors.ModVisitor.visit(ModVisitor.java:96)
        */
    @Override // kotlin.coroutines.jvm.internal.BaseContinuationImpl
    public final java.lang.Object invokeSuspend(java.lang.Object r2) {
        /*
            r1 = this;
            r1.result = r2
            int r2 = r1.label
            r0 = -2147483648(0xffffffff80000000, float:-0.0)
            r2 = r2 | r0
            r1.label = r2
            com.strmr.ps.data.repository.ScreenConfigRepository$getRowsForScreen$1$1<T> r2 = r1.this$0
            r0 = 0
            java.lang.Object r2 = r2.emit(r0, r1)
            return r2
        */
        throw new UnsupportedOperationException("Method not decompiled: com.strmr.ps.data.repository.ScreenConfigRepository$getRowsForScreen$1$1$emit$1.invokeSuspend(java.lang.Object):java.lang.Object");
    }
}
