Стабилизация sync и логов: heartbeat антиспам + Connection Logs через rosettadev2
This commit is contained in:
@@ -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
|
||||
}
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user