Navigated back handing base

This commit is contained in:
2026-08-06 23:20:14 +03:00
parent c34b43a800
commit 0d9aaaea24
13 changed files with 41 additions and 1 deletions
+2
View File
@@ -23,6 +23,8 @@ impl NavigatedPage<HistoryMessage> for HistoryState {
Back => Some(Page::PreviousPage),
}
}
fn navigated(&mut self) {
}
}
impl HistoryState {