package com.discord.stores; import com.discord.stores.StoreMFA; import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function0; /* compiled from: StoreMFA.kt */ public final class StoreMFA$updatePendingMFAState$1 extends o implements Function0 { public final /* synthetic */ StoreMFA.MFAActivationState $newActivationState; public final /* synthetic */ StoreMFA this$0; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public StoreMFA$updatePendingMFAState$1(StoreMFA storeMFA, StoreMFA.MFAActivationState mFAActivationState) { super(0); this.this$0 = storeMFA; this.$newActivationState = mFAActivationState; } @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ public final void mo1invoke() { StoreMFA storeMFA = this.this$0; StoreMFA.access$setState$p(storeMFA, StoreMFA.State.copy$default(StoreMFA.access$getState$p(storeMFA), this.$newActivationState, false, 2, null)); this.this$0.markChanged(); } }