Updated on 2026-08-14

This commit is contained in:
Tangem 2024-04-27 21:37:18 +05:00
parent ab246b2ec6
commit 34cf43fc57

View file

@ -667,7 +667,7 @@ internal class SendViewModel @Inject constructor(
private fun autoNextFromRecipient(type: EnterAddressSource?, isValidAddress: Boolean) {
val isRecent = type == EnterAddressSource.RecentAddress
if (isRecent && isValidAddress) onNextClick()
if (isRecent && isValidAddress) onNextClick(stateRouter.isEditState)
}
// endregion