just use stack navigationview

it seems less buggy

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin
2022-04-30 12:15:44 -07:00
parent ee32c50fb9
commit 403fa74f8d
5 changed files with 10 additions and 5 deletions

View File

@@ -43,6 +43,7 @@ struct TimelineView: View {
NavigationLink(destination: tv) {
EventView(event: ev, highlight: .none, has_action_bar: true, pool: pool)
}
.isDetailLink(true)
.buttonStyle(PlainButtonStyle())
//.onTapGesture {
//NotificationCenter.default.post(name: .open_thread, object: ev)