hotfix: comment line that makes the app not open

This commit is contained in:
Jonathan Rainville 2022-01-06 11:34:13 -05:00 committed by Sale Djenic
parent 42bb0c842d
commit dcad109bac
1 changed files with 2 additions and 1 deletions

View File

@ -50,7 +50,8 @@ method isLoaded*(self: Module): bool =
method viewDidLoad*(self: Module) =
self.moduleLoaded = true
self.delegate.communitiesModuleDidLoad()
# FIXME this works one time, then restarting the app doesn<t work
# self.delegate.communitiesModuleDidLoad()
method setAllCommunities*(self: Module, communities: seq[CommunityDto]) =
for c in communities: