Files
pezkuwi-wallet-android/feature-multisig
pezkuwichain ee63f15dd9 Fix nullable AccountModel handling in onDepositorClicked
CI caught this: depositorAccountModel's inner type became AccountModel?
when the depositor field went nullable, but onDepositorClicked still
called it.address() directly instead of null-checking first.
2026-07-13 23:14:16 -07:00
..