whitespace

This commit is contained in:
Will McGugan
2025-08-16 18:34:56 +01:00
parent 3d62d7d0d3
commit 98a031e271

View File

@@ -2767,11 +2767,9 @@ class App(Generic[ReturnType], DOMNode):
message_pump = self.app
next_screen._push_result_callback(message_pump, callback, future)
self._load_screen_css(next_screen)
next_screen._update_auto_focus()
self._screen_stack.append(next_screen)
next_screen.post_message(events.ScreenResume())
self.log.system(f"{self.screen} is current (PUSHED)")
if wait_for_dismiss: