diff --git a/resources/qml/TimelineView.qml b/resources/qml/TimelineView.qml
index 9015bafa4506b402a179bae4ce986897a07f2e49..5a8b5381b7b96e820c40f95a2cfac39f129e614a 100644
--- a/resources/qml/TimelineView.qml
+++ b/resources/qml/TimelineView.qml
@@ -84,17 +84,12 @@ Item {
                         target: timelineView
                     }
 
-                    Loader {
-                        active: room || roomPreview
-                        asynchronous: false
-                        Layout.fillWidth: true
 
-                        sourceComponent: MessageView {
+                        MessageView {
                             implicitHeight: msgView.height - typingIndicator.height
+                            Layout.fillWidth: true
                         }
 
-                    }
-
                     Loader {
                         source: CallManager.isOnCall && CallManager.callType != CallType.VOICE ? "voip/VideoCall.qml" : ""
                         onLoaded: TimelineManager.setVideoCallItem()