Updated on 2026-08-14
This commit is contained in:
parent
678c1f4e88
commit
d13ce62ad9
1 changed files with 4 additions and 2 deletions
|
|
@ -269,8 +269,10 @@ internal class SendDestinationModel @Inject constructor(
|
|||
|
||||
private fun autoNextFromRecipient(type: EnterAddressSource?, isValidAddress: Boolean, isValidMemo: Boolean) {
|
||||
val isRecent = type == EnterAddressSource.RecentAddress
|
||||
if (isRecent && isValidAddress && isValidMemo) saveResult()
|
||||
(params as? SendDestinationComponentParams.DestinationParams)?.onNextClick?.invoke()
|
||||
if (isRecent && isValidAddress && isValidMemo) {
|
||||
saveResult()
|
||||
(params as? SendDestinationComponentParams.DestinationParams)?.onNextClick?.invoke()
|
||||
}
|
||||
}
|
||||
|
||||
private fun saveResult() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue