package com.strmr.ps.data.supabase;

import androidx.media3.container.NalUnitUtil;
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.supabase.SettingsSyncManager", f = "SettingsSyncManager.kt", i = {0, 1, 2, 3, 4, 5, 6, 7}, l = {578, 579, 580, 581, 582, 583, 584, 585}, m = "clearAllLocalData", n = {"this", "this", "this", "this", "this", "this", "this", "this"}, s = {"L$0", "L$0", "L$0", "L$0", "L$0", "L$0", "L$0", "L$0"})
final class t extends ContinuationImpl {
    public SettingsSyncManager a;
    public /* synthetic */ Object b;
    public final /* synthetic */ SettingsSyncManager c;
    public int d;

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public t(SettingsSyncManager settingsSyncManager, ContinuationImpl continuationImpl) {
        super(continuationImpl);
        this.c = settingsSyncManager;
    }

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