From a6beeee3e71fd525d1519485bad657da9fef940d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82?= Date: Tue, 4 Oct 2022 15:28:14 +0200 Subject: [PATCH] Revert "fix(ChatMessageView): delayed binding for proper msg height calculation" This reverts commit 53a3a769d90110818355ff0c59d7e67b199766be. --- ui/app/AppLayouts/Chat/views/ChatMessagesView.qml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ui/app/AppLayouts/Chat/views/ChatMessagesView.qml b/ui/app/AppLayouts/Chat/views/ChatMessagesView.qml index eaf8046015..2e286fa3f5 100644 --- a/ui/app/AppLayouts/Chat/views/ChatMessagesView.qml +++ b/ui/app/AppLayouts/Chat/views/ChatMessagesView.qml @@ -245,11 +245,6 @@ Item { width: ListView.view.width - Binding on height { - delayed: true - value: msgDelegate.implicitHeight - } - objectName: "chatMessageViewDelegate" rootStore: root.rootStore messageStore: root.messageStore