Anki-Android
Anki-Android copied to clipboard
Update flows when the screen is visible, but not interactive
why RESUMED?
Originally posted by @BrayanDSO in https://github.com/ankidroid/Anki-Android/pull/19607#discussion_r2569644958
We should be using repeatOnLifecycle(Lifecycle.State.STARTED)
The cause was:
- https://github.com/ankidroid/Anki-Android/pull/17690#discussion_r1905349394
- => https://github.com/ankidroid/Anki-Android/commit/e35b5b996e7f548ad6f10f871784b2174c521fbc
Knowing what I know now, repeatOnLifecycle(Lifecycle.State.STARTED) would be better