mirror of
https://github.com/pezkuwichain/pezkuwi-wallet-android.git
synced 2026-07-22 19:35:51 +00:00
6f14c8bf05
Wrong screen in the previous commit - moved it to sit right below the existing per-leg renewal sign buttons on the Bridge input screen, which is where it was actually asked for: a signatory renewing their own wUSDT/Polkadot USDT allowance there should also see (and be able to jump to) other pending multisig operations - e.g. someone else's large bridge swap - waiting on their signature, without navigating elsewhere. BalanceListFragment/ViewModel/Module are reverted to their prior state. The reusable pieces (PendingSignatureModel, item_pending_signature_row layout) are kept and repurposed for the Bridge screen; the RecyclerView SingleItemAdapter/card layout built for the home screen are removed since Bridge is a plain (non-RecyclerView) fragment - rows are inflated directly into a LinearLayout container instead, same underlying data and MultisigCallFormatter reuse as before. The feature-assets -> feature-multisig:operations dependency and the FeatureApi wiring (AssetsFeatureComponent/Dependencies/Holder) from the previous commit stay as-is - Bridge is the same Gradle module, so no change needed there.