Rabbit-R1/android (non root)/java/sources/androidx/navigation/NavGraphViewModelLazyKt$navGraphViewModels$backStackEntry$8.java
2024-05-21 17:08:36 -04:00

28 lines
1.4 KiB
Java

package androidx.navigation;
import androidx.fragment.app.Fragment;
import androidx.navigation.fragment.FragmentKt;
import kotlin.Metadata;
import kotlin.jvm.functions.Function0;
import kotlin.jvm.internal.Lambda;
/* compiled from: NavGraphViewModelLazy.kt */
@Metadata(d1 = {"\u0000\u000e\n\u0000\n\u0002\u0018\u0002\n\u0000\n\u0002\u0018\u0002\n\u0000\u0010\u0000\u001a\u00020\u0001\"\n\b\u0000\u0010\u0002\u0018\u0001*\u00020\u0003H\\u0006\u0002\b\u0004"}, d2 = {"<anonymous>", "Landroidx/navigation/NavBackStackEntry;", "VM", "Landroidx/lifecycle/ViewModel;", "invoke"}, k = 3, mv = {1, 8, 0}, xi = 176)
/* loaded from: classes2.dex */
public final class NavGraphViewModelLazyKt$navGraphViewModels$backStackEntry$8 extends Lambda implements Function0<NavBackStackEntry> {
final /* synthetic */ String $navGraphRoute;
final /* synthetic */ Fragment $this_navGraphViewModels;
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
public NavGraphViewModelLazyKt$navGraphViewModels$backStackEntry$8(Fragment fragment, String str) {
super(0);
this.$this_navGraphViewModels = fragment;
this.$navGraphRoute = str;
}
/* JADX WARN: Can't rename method to resolve collision */
@Override // kotlin.jvm.functions.Function0
public final NavBackStackEntry invoke() {
return FragmentKt.findNavController(this.$this_navGraphViewModels).getBackStackEntry(this.$navGraphRoute);
}
}