Updated on 2026-08-14

This commit is contained in:
Tangem 2020-09-15 17:44:46 +03:00
parent a0ec01abfe
commit 63545e3a75
2 changed files with 9 additions and 8 deletions

View file

@ -68,7 +68,7 @@ class SendFragment : BaseStoreFragment(R.layout.fragment_send) {
}
private fun setupAddressOrPayIdLayout() {
store.dispatch(SetTruncateHandler { etAddressOrPayId.truncateMiddleWith(it, " *** ") })
store.dispatch(SetTruncateHandler { etAddressOrPayId.truncateMiddleWith(it, "...") })
store.dispatch(AddressPayIdVerifyAction.VerifyClipboard(requireContext().getFromClipboard()?.toString()))
etAddressOrPayId.setOnFocusChangeListener { v, hasFocus ->