mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2024-12-25 16:42:30 -06:00
28 lines
1.5 KiB
Java
28 lines
1.5 KiB
Java
package androidx.navigation;
|
|
|
|
import androidx.lifecycle.ViewModelStore;
|
|
import kotlin.Lazy;
|
|
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\n¢\u0006\u0002\b\u0004"}, d2 = {"<anonymous>", "Landroidx/lifecycle/ViewModelStore;", "VM", "Landroidx/lifecycle/ViewModel;", "invoke"}, k = 3, mv = {1, 8, 0}, xi = 176)
|
|
/* loaded from: classes2.dex */
|
|
public final class NavGraphViewModelLazyKt$navGraphViewModels$storeProducer$2 extends Lambda implements Function0<ViewModelStore> {
|
|
final /* synthetic */ Lazy<NavBackStackEntry> $backStackEntry$delegate;
|
|
|
|
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
|
|
public NavGraphViewModelLazyKt$navGraphViewModels$storeProducer$2(Lazy<NavBackStackEntry> lazy) {
|
|
super(0);
|
|
this.$backStackEntry$delegate = lazy;
|
|
}
|
|
|
|
/* JADX WARN: Can't rename method to resolve collision */
|
|
@Override // kotlin.jvm.functions.Function0
|
|
public final ViewModelStore invoke() {
|
|
NavBackStackEntry m5298navGraphViewModels$lambda1;
|
|
m5298navGraphViewModels$lambda1 = NavGraphViewModelLazyKt.m5298navGraphViewModels$lambda1(this.$backStackEntry$delegate);
|
|
return m5298navGraphViewModels$lambda1.getViewModelStore();
|
|
}
|
|
}
|