just use stack navigationview
it seems less buggy Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
@@ -20,11 +20,6 @@ class ThreadModel: ObservableObject {
|
||||
init(ev: NostrEvent, pool: RelayPool) {
|
||||
self.event = ev
|
||||
self.pool = pool
|
||||
subscribe()
|
||||
}
|
||||
|
||||
deinit {
|
||||
unsubscribe()
|
||||
}
|
||||
|
||||
func unsubscribe() {
|
||||
|
||||
Reference in New Issue
Block a user