Стабилизация sync и логов: heartbeat антиспам + Connection Logs через rosettadev2

This commit is contained in:
2026-03-26 02:45:16 +05:00
parent 3fffbd0392
commit 03282eb478
7 changed files with 91 additions and 19 deletions

View File

@@ -1379,6 +1379,11 @@ fun MainScreen(
},
onNavigateToCrashLogs = {
navStack = navStack.filterNot { it is Screen.Search } + Screen.CrashLogs
},
onNavigateToConnectionLogs = {
navStack =
navStack.filterNot { it is Screen.Search } +
Screen.ConnectionLogs
}
)
}