package com.discord.stores; import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function0; /* compiled from: StoreGuildsNsfw.kt */ public final class StoreGuildsNsfw$allow$1 extends o implements Function0 { public final /* synthetic */ long $guildId; public final /* synthetic */ StoreGuildsNsfw this$0; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public StoreGuildsNsfw$allow$1(StoreGuildsNsfw storeGuildsNsfw, long j) { super(0); this.this$0 = storeGuildsNsfw; this.$guildId = j; } @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ public final void mo1invoke() { StoreGuildsNsfw.access$getGuildIdsAllowed$p(this.this$0).add(Long.valueOf(this.$guildId)); this.this$0.markChanged(); } }