Updated on 2026-08-14
This commit is contained in:
parent
ab246b2ec6
commit
34cf43fc57
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue