discord-jadx/app/src/main/java/com/discord/widgets/stage/StageChannelJoinHelper$lurk...

25 lines
883 B
Java

package com.discord.widgets.stage;
import com.discord.stores.StoreLurking;
import d0.z.d.o;
import kotlin.Unit;
import kotlin.jvm.functions.Function0;
/* compiled from: StageChannelJoinHelper.kt */
public final class StageChannelJoinHelper$lurkAndJoinStageAsync$5 extends o implements Function0<Unit> {
public final /* synthetic */ long $guildId;
public final /* synthetic */ StoreLurking $lurkingStore;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public StageChannelJoinHelper$lurkAndJoinStageAsync$5(StoreLurking storeLurking, long j) {
super(0);
this.$lurkingStore = storeLurking;
this.$guildId = j;
}
@Override // kotlin.jvm.functions.Function0
/* renamed from: invoke */
public final void mo1invoke() {
this.$lurkingStore.removeOldLurkingGuilds(this.$guildId);
}
}