Skip to content

Commit

Permalink
Whoops!
Browse files Browse the repository at this point in the history
  • Loading branch information
rdbende authored and geigi committed Jan 19, 2024
1 parent 1fa5c7b commit 87639a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cozy/ui/main_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ def switch_to_playing(self):
This enables all UI functionality for the user.
"""
if self.navigation_view.props.visible_page != "book_overview" and self.main_stack.props.visible_child_name != "no_media":
self.navigation_view.pop_to_page("main")
self.navigation_view.pop_to_tag("main")
if self._player.loaded_book:
self.block_ui_buttons(False, True)
else:
Expand Down

0 comments on commit 87639a3

Please sign in to comment.