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

21 lines
685 B
Java

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