fix: order joined communities from newest to oldest

Fixes #2154
This commit is contained in:
Jonathan Rainville 2021-04-07 14:01:47 -04:00 committed by Iuri Matias
parent 63b5c549b9
commit 048642b7df
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ ListView {
visible: height > 10
width:parent.width
interactive: false
verticalLayoutDirection: ListView.BottomToTop
model: chatsModel.communities.joinedCommunities
delegate: CommunityButton {