package com.discord.stores; import com.discord.stores.StoreAuditLog; import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function0; /* compiled from: StoreAuditLog.kt */ public final class StoreAuditLog$setAuditLogFilterActionId$1 extends o implements Function0 { public final /* synthetic */ int $actionId; public final /* synthetic */ StoreAuditLog this$0; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public StoreAuditLog$setAuditLogFilterActionId$1(StoreAuditLog storeAuditLog, int i) { super(0); this.this$0 = storeAuditLog; this.$actionId = i; } @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ public final void mo1invoke() { if (this.$actionId != StoreAuditLog.access$getState$p(this.this$0).getFilter().getActionFilter()) { StoreAuditLog storeAuditLog = this.this$0; StoreAuditLog.access$setState$p(storeAuditLog, StoreAuditLog.AuditLogState.copy$default(StoreAuditLog.access$getState$p(storeAuditLog), 0, null, null, null, null, null, null, null, null, false, 1019, null)); } StoreAuditLog storeAuditLog2 = this.this$0; StoreAuditLog.access$setState$p(storeAuditLog2, StoreAuditLog.AuditLogState.copy$default(StoreAuditLog.access$getState$p(storeAuditLog2), 0, null, null, null, null, null, null, StoreAuditLog.AuditLogFilter.copy$default(StoreAuditLog.access$getState$p(this.this$0).getFilter(), 0, this.$actionId, 1, null), null, false, 895, null)); this.this$0.markChanged(); } }