discord-jadx/app/src/main/java/com/discord/widgets/channels/WidgetCreateChannel$onViewB...

25 lines
1.1 KiB
Java

package com.discord.widgets.channels;
import com.discord.widgets.channels.WidgetCreateChannel;
import d0.z.d.k;
import kotlin.Unit;
import kotlin.jvm.functions.Function1;
/* compiled from: WidgetCreateChannel.kt */
public final /* synthetic */ class WidgetCreateChannel$onViewBoundOrOnResume$1 extends k implements Function1<WidgetCreateChannel.Model, Unit> {
public WidgetCreateChannel$onViewBoundOrOnResume$1(WidgetCreateChannel widgetCreateChannel) {
super(1, widgetCreateChannel, WidgetCreateChannel.class, "configureUI", "configureUI(Lcom/discord/widgets/channels/WidgetCreateChannel$Model;)V", 0);
}
/* 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] */
@Override // kotlin.jvm.functions.Function1
public /* bridge */ /* synthetic */ Unit invoke(WidgetCreateChannel.Model model) {
invoke(model);
return Unit.a;
}
public final void invoke(WidgetCreateChannel.Model model) {
WidgetCreateChannel.access$configureUI((WidgetCreateChannel) this.receiver, model);
}
}