mirror of
https://github.com/pezkuwichain/pezkuwi-wallet-android.git
synced 2026-07-22 18:25:50 +00:00
6e07348695
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.