T2819
Use changes to user's XEC balance to unlock the UI on the SendToken screen, instead of changes to the individual token balance.
The goal here is to keep the UI locked until the utxo set has updated to reflect the latest set in the wallet. If the balance has changed, this has happened (even if the balance change is from something unrelated, like a received XEC transaction).
The current way of handling this will fail if a user sends an eToken to their own address, as their own balance of that eToken will not change (causing the UI to remain locked indefinitely).