discord-jadx/app/src/main/java/com/discord/widgets/guilds/join/WidgetGuildWelcomeSheet$configureWelcomeChannels$goToChannel$1.java
2021-11-02 07:38:17 +01:00

33 lines
1.4 KiB
Java

package com.discord.widgets.guilds.join;
import d0.z.d.o;
import java.util.List;
import kotlin.Unit;
import kotlin.jvm.functions.Function2;
/* compiled from: WidgetGuildWelcomeSheet.kt */
public final class WidgetGuildWelcomeSheet$configureWelcomeChannels$goToChannel$1 extends o implements Function2<Long, Integer, Unit> {
public final /* synthetic */ long $guildId;
public final /* synthetic */ List $welcomeChannels;
public final /* synthetic */ WidgetGuildWelcomeSheet this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public WidgetGuildWelcomeSheet$configureWelcomeChannels$goToChannel$1(WidgetGuildWelcomeSheet widgetGuildWelcomeSheet, long j, List list) {
super(2);
this.this$0 = widgetGuildWelcomeSheet;
this.$guildId = j;
this.$welcomeChannels = list;
}
/* Return type fixed from 'java.lang.Object' to match base method */
/* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object, java.lang.Object] */
@Override // kotlin.jvm.functions.Function2
public /* bridge */ /* synthetic */ Unit invoke(Long l, Integer num) {
invoke(l.longValue(), num.intValue());
return Unit.a;
}
public final void invoke(long j, int i) {
WidgetGuildWelcomeSheet.access$getViewModel$p(this.this$0).onClickChannel(this.$guildId, j, i, this.$welcomeChannels);
}
}