From 010b617da69ecf98a70b758bfca459573eb417dd Mon Sep 17 00:00:00 2001 From: Jonathan Rainville Date: Thu, 29 Apr 2021 10:50:09 -0400 Subject: [PATCH] fix(CommunityList): fix CommunityList binding loop --- ui/app/AppLayouts/Chat/CommunityComponents/CommunityList.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/app/AppLayouts/Chat/CommunityComponents/CommunityList.qml b/ui/app/AppLayouts/Chat/CommunityComponents/CommunityList.qml index 857a6a3955..fa854109db 100644 --- a/ui/app/AppLayouts/Chat/CommunityComponents/CommunityList.qml +++ b/ui/app/AppLayouts/Chat/CommunityComponents/CommunityList.qml @@ -9,7 +9,7 @@ import "./" ListView { id: communityListView spacing: 12 - height: childrenRect.height + height: contentHeight visible: height > 10 width:parent.width interactive: false