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 n extends Lambda implements Function0 { /* renamed from: a, reason: collision with root package name */ public final /* synthetic */ BottomNavViewModel f4559a; /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */ public n(BottomNavViewModel bottomNavViewModel) { super(0); this.f4559a = bottomNavViewModel; } @Override // kotlin.jvm.functions.Function0 public final Object invoke() { d1.g gVar; d1.g gVar2; BottomNavViewModel bottomNavViewModel = this.f4559a; 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_OPTIONAL_UPDATE, alertAction, new AlertAction(((d1.h) gVar2).a(R.string.action_button_postpone), AlertAction.Style.NEGATIVE)); } }