diff --git a/src/qml/RoomDelegate.qml b/src/qml/RoomDelegate.qml index 1d75eca0c..a0d50c309 100644 --- a/src/qml/RoomDelegate.qml +++ b/src/qml/RoomDelegate.qml @@ -67,6 +67,7 @@ Delegates.RoundedItemDelegate { notificationCount: root.contextNotificationCount notificationHighlight: root.hasHighlightNotifications showNotificationLabel: root.hasNotifications && root.collapsed + asynchronous: true Layout.preferredWidth: height }