From dbf67b984e0390df17e43ff5da851f49b55e1cd1 Mon Sep 17 00:00:00 2001 From: Carl Schwan Date: Fri, 21 Jul 2023 11:24:10 +0200 Subject: [PATCH] Fix reply error message when the reply is not loaded yet --- src/qml/Component/Timeline/TimelineContainer.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qml/Component/Timeline/TimelineContainer.qml b/src/qml/Component/Timeline/TimelineContainer.qml index bf0463916..5f10e5d4e 100644 --- a/src/qml/Component/Timeline/TimelineContainer.qml +++ b/src/qml/Component/Timeline/TimelineContainer.qml @@ -486,7 +486,7 @@ ColumnLayout { Layout.maximumWidth: contentMaxWidth - active: root.isReply + active: root.isReply && root.reply visible: active sourceComponent: ReplyComponent {