package com.google.firebase.sessions.settings; import kotlin.Metadata; import kotlin.coroutines.Continuation; import kotlin.coroutines.jvm.internal.ContinuationImpl; import kotlin.coroutines.jvm.internal.DebugMetadata; import kotlin.jvm.internal.IntCompanionObject; @Metadata(k = 3, mv = {1, 7, 1}, xi = 48) @DebugMetadata(c = "com.google.firebase.sessions.settings.RemoteSettings", f = "RemoteSettings.kt", i = {0, 0, 1, 1, 2}, l = {170, 76, 94}, m = "updateSettings", n = {"this", "$this$withLock_u24default$iv", "this", "$this$withLock_u24default$iv", "$this$withLock_u24default$iv"}, s = {"L$0", "L$1", "L$0", "L$1", "L$0"}) /* loaded from: classes3.dex */ public final class RemoteSettings$updateSettings$1 extends ContinuationImpl { Object L$0; Object L$1; int label; /* synthetic */ Object result; final /* synthetic */ RemoteSettings this$0; /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */ public RemoteSettings$updateSettings$1(RemoteSettings remoteSettings, Continuation continuation) { super(continuation); this.this$0 = remoteSettings; } @Override // kotlin.coroutines.jvm.internal.BaseContinuationImpl public final Object invokeSuspend(Object obj) { this.result = obj; this.label |= IntCompanionObject.MIN_VALUE; return this.this$0.updateSettings(this); } }