Skip to content
Snippets Groups Projects
Commit c80134c4 authored by Daniel Brötzmann's avatar Daniel Brötzmann
Browse files

fix: GroupchatState: Call correct page for not-joined

parent 847e6043
No related branches found
No related tags found
No related merge requests found
......@@ -51,7 +51,7 @@ def set_joined(self):
self.set_no_show_all(True)
def set_not_joined(self):
self._ui.groupchat_state.set_visible_child_name('not-joining')
self._ui.groupchat_state.set_visible_child_name('not-joined')
self.show()
def set_fetching(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment