fix: fix community button staying active when clicking on a new section

Fixes #2133
This commit is contained in:
Jonathan Rainville 2021-03-26 14:03:24 -04:00 committed by Iuri Matias
parent 907c257eaf
commit 63bf1be96a
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ TabButton {
return
}
chatsModel.communities.activeCommunity.active = false
appMain.changeAppSection(section)
}