discord-jadx/app/src/main/java/com/discord/widgets/chat/input/gifpicker/WidgetGifPickerSearch$gifPi...

23 lines
992 B
Java

package com.discord.widgets.chat.input.gifpicker;
import com.discord.app.AppViewModel;
import com.discord.widgets.chat.input.gifpicker.GifSearchViewModel;
import d0.z.d.o;
import kotlin.jvm.functions.Function0;
/* compiled from: WidgetGifPickerSearch.kt */
public final class WidgetGifPickerSearch$gifPickerViewModel$2 extends o implements Function0<AppViewModel<GifSearchViewModel.ViewState>> {
public final /* synthetic */ WidgetGifPickerSearch this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public WidgetGifPickerSearch$gifPickerViewModel$2(WidgetGifPickerSearch widgetGifPickerSearch) {
super(0);
this.this$0 = widgetGifPickerSearch;
}
@Override // kotlin.jvm.functions.Function0
/* renamed from: invoke */
public final AppViewModel<GifSearchViewModel.ViewState> mo1invoke() {
return new GifSearchViewModel(this.this$0.requireContext(), null, null, null, null, null, 62, null);
}
}