Skip to content
Snippets Groups Projects
Commit 01d2231a authored by Daniel Brötzmann's avatar Daniel Brötzmann Committed by mesonium
Browse files

refactor: GroupchatRoster: Fix revealing roster on first click

parent 2037805e
No related branches found
No related tags found
No related merge requests found
......@@ -133,7 +133,6 @@ def do_unroot(self) -> None:
def _hide_roster(self, hide_roster: bool, *args: Any) -> None:
transition = Gtk.RevealerTransitionType.SLIDE_RIGHT
if not hide_roster:
self.show()
transition = Gtk.RevealerTransitionType.SLIDE_LEFT
self.set_transition_type(transition)
......
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