discord-jadx/app/src/main/java/com/discord/stores/StoreAuditLog$setAuditLogFi...

31 lines
1.6 KiB
Java

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$setAuditLogFilterUserId$1 extends o implements Function0<Unit> {
public final /* synthetic */ long $userId;
public final /* synthetic */ StoreAuditLog this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public StoreAuditLog$setAuditLogFilterUserId$1(StoreAuditLog storeAuditLog, long j) {
super(0);
this.this$0 = storeAuditLog;
this.$userId = j;
}
@Override // kotlin.jvm.functions.Function0
/* renamed from: invoke */
public final void mo1invoke() {
if (this.$userId != StoreAuditLog.access$getState$p(this.this$0).getFilter().getUserFilter()) {
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(), this.$userId, 0, 2, null), null, false, 895, null));
this.this$0.markChanged();
}
}