Files
simplex-chat/apps/ios/Shared/Views
Narasimha-sc edd82a767e ios: fix chat list subscription status indicator stuck at empty "%"
The toolbar-hosted indicator held its subscription totals in @State and refreshed them via a 1s poll; the toolbar rebuilds frequently, recreating the view and resetting the @State totals to the empty "share unknown" state. Move the totals into a dedicated SubsStatusModel observable (a shared singleton, like ChannelRelaysModel/ConnectProgressManager) so they survive view recreation, instead of binding poll state into the widely-observed ChatModel. The poll publishes only on change (SMPServerSubs is now Equatable), so the indicator does not re-render every idle second.
2026-06-20 17:02:33 +00:00
..
2026-02-19 10:58:16 +00:00
2026-04-27 11:46:08 +01:00
2026-03-24 18:03:22 +00:00