discord-jadx/app/src/main/java/androidx/fragment/app/FragmentViewModelLazyKt$cre...

22 lines
876 B
Java

package androidx.fragment.app;
import androidx.lifecycle.ViewModelProvider;
import d0.z.d.o;
import kotlin.jvm.functions.Function0;
/* compiled from: FragmentViewModelLazy.kt */
public final class FragmentViewModelLazyKt$createViewModelLazy$factoryPromise$1 extends o implements Function0<ViewModelProvider.Factory> {
public final /* synthetic */ Fragment $this_createViewModelLazy;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public FragmentViewModelLazyKt$createViewModelLazy$factoryPromise$1(Fragment fragment) {
super(0);
this.$this_createViewModelLazy = fragment;
}
@Override // kotlin.jvm.functions.Function0
/* renamed from: invoke */
public final ViewModelProvider.Factory mo1invoke() {
return this.$this_createViewModelLazy.getDefaultViewModelProviderFactory();
}
}