mirror of
https://github.com/pezkuwichain/pezkuwi-wallet-android.git
synced 2026-07-22 13:45:48 +00:00
ee63f15dd9
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.