Updated on 2026-08-14
This commit is contained in:
parent
d8c5f217bb
commit
0225de915a
5 changed files with 12 additions and 8 deletions
|
|
@ -127,7 +127,9 @@ internal class DetailsViewModel(
|
|||
}
|
||||
|
||||
private fun navigateToTesterMenu() {
|
||||
store.state.daggerGraphState.testerRouter?.startTesterScreen()
|
||||
store.dispatchNavigationAction {
|
||||
push(AppRoute.TesterMenu)
|
||||
}
|
||||
}
|
||||
|
||||
private fun navigateToToS() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue