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