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

@@ -20,11 +20,6 @@ class ThreadModel: ObservableObject {
init(ev: NostrEvent, pool: RelayPool) {
self.event = ev
self.pool = pool
subscribe()
}
deinit {
unsubscribe()
}
func unsubscribe() {