Merge pull request #52 from gmbrax/fix/move-create-diary-to-modal

Change to call the method in the super class on the _on_screen_resume  method
This commit is contained in:
Gustavo Henrique Miranda 2025-07-16 01:30:35 -03:00 committed by GitHub
commit 0adb230dd7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -216,6 +216,7 @@ class DiaryListScreen(Screen):
self.notify(f"Creation canceled...")
def _on_screen_resume(self) -> None:
super()._on_screen_resume()
self.refresh_diaries()
def action_edit_selected_diary(self):