mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-10 14:26:34 +00:00
Stefan
cd2b211f63
chore(wallet) lazy load TransactionDetailView
I was debugging a crash at login and found out that TransactionDetailView was being loaded even when it was not being used; my debugging code in `onComplete` was trying to access transaction data from nim which was not set. Updates #13663
…
…
…
…
Description
Languages
QML
37.6%
JavaScript
30.4%
Nim
19%
Python
5.8%
C++
5.4%
Other
1.7%