status-desktop/ui/app
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.
2021-03-01 14:18:46 -05:00
..
AppLayouts chore: add dummy ListView to ChatMessages to avoid app crash 2021-03-01 14:18:46 -05:00
img Adjusted compass tab icon size and badge border color. Fixes #1843 2021-02-16 14:48:04 -05:00
AppMain.qml fix: set hide on close as default 2021-02-25 15:40:46 -05:00
qmldir feat: Onboarding carousel 2020-05-12 18:52:51 -04:00