fix signal detection

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin
2022-10-30 23:13:01 -07:00
parent 8dd85a7d88
commit 9f7711fdfe
2 changed files with 2 additions and 1 deletions

View File

@@ -332,7 +332,6 @@ struct ContentView: View {
}
.onReceive(timer) { n in
self.damus_state?.pool.connect_to_disconnected()
update_signal_from_pool(signal: self.home.signal, pool: self.damus_state!.pool)
}
}