Skip to content

Fix infinite spinner showing on empty chats list

Devin Lin requested to merge work/devinlin/fixemptylist into master

The chats list assumed that the a signal would be fired after the QML loaded to get rid of the spinner. However, since the chats list now loads synchronously, the signal fires before the UI is loaded. Change the spinner visibility to be controlled from a property.

Merge request reports

Loading