mirror of
https://github.com/pezkuwichain/pezkuwi-wallet-android.git
synced 2026-07-22 21:55:53 +00:00
398f2fc996
Replaces the segmented pair/direction buttons and plain-text amount sections with token-icon cards (BridgeAssetInputView), a one-tap flip button, and a bottom-sheet pair picker (BridgePairListBottomSheet). BridgeViewModel gains only additive presentation data (fromCard/toCard/ pairOptions, derived from the existing pair/direction state and the same chainId/assetId mapping swapClicked() already used) - all bridge business logic (rate, fee, minimum, liquidity warnings, submission) is unchanged.