mirror of
https://github.com/pezkuwichain/pezkuwi-wallet-android.git
synced 2026-07-22 17:15:48 +00:00
272921dcdf
The structural separation (dedicated screen, no amount input) was already in place, but the screen itself was much sparser than Swap's own execution UI - just a label and a timer, no "Do not close the app!" warning and no summary of what's actually being bridged. Added both, reusing components already proven on Bridge's own input screen (BridgeAssetInputView in non-editable mode, same as the main screen's fromCard/toCard) rather than reaching into feature-swap-impl's Swap-specific components. Also added the signatories' contact channel (t.me/pezkuwidestek) to the existing "still processing" message, and made explicit that funds are safe and on-chain even when auto-pay doesn't complete within the wait window - this is the message shown when a real transfer lands in manual review, not just the pre-submit consent gate.