mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-11-22 16:31:00 +00:00
Navigate to status details when tapped empty space (#72)
This commit is contained in:
parent
5deb928dee
commit
032a92bb75
1 changed files with 7 additions and 0 deletions
|
@ -69,6 +69,13 @@ public struct StatusRowView: View {
|
|||
.contextMenu {
|
||||
StatusRowContextMenu(viewModel: viewModel)
|
||||
}
|
||||
.background {
|
||||
Color.clear
|
||||
.contentShape(Rectangle())
|
||||
.onTapGesture {
|
||||
viewModel.navigateToDetail(routeurPath: routeurPath)
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue