Updated on 2026-08-14
This commit is contained in:
parent
00c8254540
commit
80e007c6b6
1 changed files with 1 additions and 2 deletions
|
|
@ -647,8 +647,7 @@ internal class SendViewModel @Inject constructor(
|
|||
|
||||
private fun autoNextFromRecipient(type: EnterAddressSource?, isValidAddress: Boolean) {
|
||||
val isRecent = type == EnterAddressSource.RecentAddress
|
||||
val isAddressOnly = uiState.recipientState?.memoTextField == null
|
||||
if (isRecent && isAddressOnly && isValidAddress) onNextClick()
|
||||
if (isRecent && isValidAddress) onNextClick()
|
||||
}
|
||||
// endregion
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue