discord-jadx/app/src/main/java/com/discord/stores/StoreGuildScheduledEvents$f...

24 lines
939 B
Java

package com.discord.stores;
import d0.z.d.o;
import kotlin.Unit;
import kotlin.jvm.functions.Function0;
/* compiled from: StoreGuildScheduledEvents.kt */
public final class StoreGuildScheduledEvents$fetchRsvpUsers$1 extends o implements Function0<Unit> {
public final /* synthetic */ StoreGuildScheduledEvents this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public StoreGuildScheduledEvents$fetchRsvpUsers$1(StoreGuildScheduledEvents storeGuildScheduledEvents) {
super(0);
this.this$0 = storeGuildScheduledEvents;
}
@Override // kotlin.jvm.functions.Function0
/* renamed from: invoke */
public final void mo1invoke() {
StoreGuildScheduledEvents.access$setUsersForGuildEventFetching$p(this.this$0, true);
StoreGuildScheduledEvents.access$setUsersForGuildEventError$p(this.this$0, false);
this.this$0.markChanged();
}
}