Initial import of ADIF API reverse-engineering toolkit
This commit is contained in:
30
apk_decompiled/sources/com/adif/elcanomovil/uiHome/o.java
Normal file
30
apk_decompiled/sources/com/adif/elcanomovil/uiHome/o.java
Normal file
@@ -0,0 +1,30 @@
|
||||
package com.adif.elcanomovil.uiHome;
|
||||
|
||||
import com.adif.elcanomovil.uiHome.HomeFragmentViewAction;
|
||||
import kotlin.Unit;
|
||||
import kotlin.jvm.functions.Function1;
|
||||
import kotlin.jvm.internal.Intrinsics;
|
||||
import kotlin.jvm.internal.Lambda;
|
||||
|
||||
/* loaded from: classes2.dex */
|
||||
public final class o extends Lambda implements Function1 {
|
||||
|
||||
/* renamed from: a, reason: collision with root package name */
|
||||
public final /* synthetic */ HomeFragment f5090a;
|
||||
|
||||
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
|
||||
public o(HomeFragment homeFragment) {
|
||||
super(1);
|
||||
this.f5090a = homeFragment;
|
||||
}
|
||||
|
||||
@Override // kotlin.jvm.functions.Function1
|
||||
public final Object invoke(Object obj) {
|
||||
HomeViewModel viewModel;
|
||||
String station = (String) obj;
|
||||
Intrinsics.checkNotNullParameter(station, "station");
|
||||
viewModel = this.f5090a.getViewModel();
|
||||
viewModel.onAction(new HomeFragmentViewAction.HomeStationSet(station));
|
||||
return Unit.INSTANCE;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user