mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-24 21:39:24 +00:00
Pascal Precht
7b07a31fa6
chore: add dummy ListView to ChatMessages to avoid app crash
For an unknown reason, when the `chatLogView` ListView uses a `verticalLayoutDirection: BottomToTop`, it prevents the application from successfully rendering during login and crashes. From debugging this, we know that this only happens when the above condition applies *and* when a `DelegateModel` is used. The delegate doesn't even need proper data, it application would still crash. We found out that the crash can be avoided when another `ListView` exists in this component (however it's unclear why). For now this commit adds such a placeholder `ListView` until it we know more about what's going on.
Nim-status-client
Desktop client for the Status Network built with Nim and Qt
note: this documentation is wip
Getting started
Overview
Architecture & Development
Guides & Tutorials
Continuous Integration
API
Translations
License
Licensed under the Mozilla Public License Version 2.0
Description
Languages
QML
38.7%
JavaScript
29.9%
Nim
18.7%
Python
5.7%
C++
5.3%
Other
1.6%