hotfix: comment line that makes the app not open
This commit is contained in:
parent
42bb0c842d
commit
dcad109bac
|
@ -50,7 +50,8 @@ method isLoaded*(self: Module): bool =
|
||||||
|
|
||||||
method viewDidLoad*(self: Module) =
|
method viewDidLoad*(self: Module) =
|
||||||
self.moduleLoaded = true
|
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]) =
|
method setAllCommunities*(self: Module, communities: seq[CommunityDto]) =
|
||||||
for c in communities:
|
for c in communities:
|
||||||
|
|
Loading…
Reference in New Issue