🐛 Fixed: traffic numbers frozen after subscription update
Thanks for the report! Updating a subscription no longer leaves the
traffic/expiry bar stuck on the old values — and you no longer need to
delete and re-import the subscription.
Root causes fixed:
- Provider/CDN caches returned stale subscription copies on update →
fetches now bypass caches (no-cache headers + cache-buster) - A pager deadlock (stacked page-scroll calls after each update) froze
the app with ANR dialogs — fixed - The traffic bar now re-reads fresh values live: it updates
immediately after every subscription update, plus a safety poll
✅ Verified end-to-end on a real subscription: bar advanced 1.2 GB → 1.7 GB after one update, zero ANR.