Rename and clear bad code

This commit is contained in:
2026-08-18 12:14:35 +03:00
parent 3fcbd235cf
commit 99b3818181
19 changed files with 186 additions and 256 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ pub struct SyncState {
}
impl NavigatedPage<SyncMessage> for SyncState {
fn navigate(&self, message: &SyncMessage) -> Option<Page> {
fn navigate(&mut self, message: &SyncMessage) -> Option<Page> {
if let Back = message
&& !self.frozen
{