Initial import of ADIF API reverse-engineering toolkit
This commit is contained in:
31
apk_decompiled/sources/com/adif/elcanomovil/main/m.java
Normal file
31
apk_decompiled/sources/com/adif/elcanomovil/main/m.java
Normal file
@@ -0,0 +1,31 @@
|
||||
package com.adif.elcanomovil.main;
|
||||
|
||||
import com.adif.elcanomovil.R;
|
||||
import com.adif.elcanomovil.commonNavGraph.arguments.AlertAction;
|
||||
import com.adif.elcanomovil.commonNavGraph.arguments.AlertActions;
|
||||
import kotlin.jvm.functions.Function0;
|
||||
import kotlin.jvm.internal.Lambda;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
public final class m extends Lambda implements Function0 {
|
||||
|
||||
/* renamed from: a, reason: collision with root package name */
|
||||
public final /* synthetic */ BottomNavViewModel f4558a;
|
||||
|
||||
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
|
||||
public m(BottomNavViewModel bottomNavViewModel) {
|
||||
super(0);
|
||||
this.f4558a = bottomNavViewModel;
|
||||
}
|
||||
|
||||
@Override // kotlin.jvm.functions.Function0
|
||||
public final Object invoke() {
|
||||
d1.g gVar;
|
||||
d1.g gVar2;
|
||||
BottomNavViewModel bottomNavViewModel = this.f4558a;
|
||||
gVar = bottomNavViewModel.stringProvider;
|
||||
AlertAction alertAction = new AlertAction(((d1.h) gVar).a(R.string.action_button_update), AlertAction.Style.POSITIVE);
|
||||
gVar2 = bottomNavViewModel.stringProvider;
|
||||
return new AlertActions(BottomNavViewModelKt.ALERT_KEY_MANDATORY_UPDATE, alertAction, new AlertAction(((d1.h) gVar2).a(R.string.action_button_exit), AlertAction.Style.NEGATIVE));
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user