discord-jadx/app/src/main/java/com/discord/widgets/channels/threads/browser/WidgetThreadBrowserActive$b...

23 lines
1.1 KiB
Java

package com.discord.widgets.channels.threads.browser;
import com.discord.app.AppViewModel;
import com.discord.widgets.channels.threads.browser.WidgetThreadBrowserViewModel;
import d0.z.d.o;
import kotlin.jvm.functions.Function0;
/* compiled from: WidgetThreadBrowserActive.kt */
public final class WidgetThreadBrowserActive$browserViewModel$2 extends o implements Function0<AppViewModel<WidgetThreadBrowserViewModel.ViewState>> {
public final /* synthetic */ WidgetThreadBrowserActive this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public WidgetThreadBrowserActive$browserViewModel$2(WidgetThreadBrowserActive widgetThreadBrowserActive) {
super(0);
this.this$0 = widgetThreadBrowserActive;
}
@Override // kotlin.jvm.functions.Function0
/* renamed from: invoke */
public final AppViewModel<WidgetThreadBrowserViewModel.ViewState> mo1invoke() {
return new WidgetThreadBrowserViewModel(WidgetThreadBrowserActive.access$getGuildId$p(this.this$0), WidgetThreadBrowserActive.access$getChannelId$p(this.this$0), null, null, null, null, 60, null);
}
}