mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2025-01-09 13:43:22 +00:00
30 lines
1.5 KiB
Java
30 lines
1.5 KiB
Java
package androidx.fragment.app;
|
|
|
|
import androidx.lifecycle.ViewModelStore;
|
|
import androidx.lifecycle.ViewModelStoreOwner;
|
|
import kotlin.Lazy;
|
|
import kotlin.Metadata;
|
|
import kotlin.jvm.functions.Function0;
|
|
import kotlin.jvm.internal.Lambda;
|
|
|
|
/* compiled from: FragmentViewModelLazy.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 FragmentViewModelLazyKt$viewModels$2 extends Lambda implements Function0<ViewModelStore> {
|
|
final /* synthetic */ Lazy<ViewModelStoreOwner> $owner$delegate;
|
|
|
|
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
|
|
/* JADX WARN: Multi-variable type inference failed */
|
|
public FragmentViewModelLazyKt$viewModels$2(Lazy<? extends ViewModelStoreOwner> lazy) {
|
|
super(0);
|
|
this.$owner$delegate = lazy;
|
|
}
|
|
|
|
/* JADX WARN: Can't rename method to resolve collision */
|
|
@Override // kotlin.jvm.functions.Function0
|
|
public final ViewModelStore invoke() {
|
|
ViewModelStoreOwner m5177viewModels$lambda0;
|
|
m5177viewModels$lambda0 = FragmentViewModelLazyKt.m5177viewModels$lambda0(this.$owner$delegate);
|
|
return m5177viewModels$lambda0.getViewModelStore();
|
|
}
|
|
}
|