discord-jadx/app/src/main/java/com/discord/widgets/channels/threads/browser/WidgetThreadBrowser$initial...

22 lines
938 B
Java

package com.discord.widgets.channels.threads.browser;
import androidx.fragment.app.Fragment;
import d0.z.d.o;
import kotlin.jvm.functions.Function0;
/* compiled from: WidgetThreadBrowser.kt */
public final class WidgetThreadBrowser$initializeAdapter$2 extends o implements Function0<Fragment> {
public final /* synthetic */ WidgetThreadBrowser this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public WidgetThreadBrowser$initializeAdapter$2(WidgetThreadBrowser widgetThreadBrowser) {
super(0);
this.this$0 = widgetThreadBrowser;
}
@Override // kotlin.jvm.functions.Function0
/* renamed from: invoke */
public final Fragment mo1invoke() {
return WidgetThreadBrowserArchived.Companion.create(WidgetThreadBrowser.access$getViewModel$p(this.this$0).getGuildId(), WidgetThreadBrowser.access$getViewModel$p(this.this$0).getChannelId());
}
}