I'm facing one issue where if i update the value of some key, it gets downloaded and stored properly but is not updated on screen unless i relaunch the app.
How to reproduce: -
- i hosted another file of similar json format at https://jsonkeeper.com/b/25EL
- updated the url in code
- pressed the toggle button to fetch the data again.
- the previous string was being shown not the updated one.
What is expected:
The new string should be shown, without relaunching the app.