Files
pezkuwi-wallet-android/feature-assets/src
pezkuwichain 6e07348695 Bridge: clear entered amount after a successful origin-chain submit
The origin transfer already happened once submitBridgeTransfer's dispatch
result comes back success, so the amount input still holding the just-spent
value made the live balance-vs-amount check flag a false "insufficient
balance" error right next to the real success/waiting state - reading as if
the transfer failed or was retried, when it had already gone through once.
Clearing the field via the existing fillAmountEvent mechanism removes the
stale comparison instead of adding new state.
2026-07-15 09:33:53 -07:00
..