I am tracking the playback position within a roVideoScreen and POSTing it back to my server. This all works fine.
I use the following navigation path:
roGridScreen → roPosterScreen (episodes) → roSpringboardScreen → roVideoScreen
So when the roVideoScreen closes (due to user navigation or playback completed) I am returned to the roSpringboardScreen. But because it was already on the stack, it does not get refreshed/reloaded and is not aware of the updated playback position.
How can I force a reload of the roSpringboardScreen in this case (so it will populate with updated data)?
Thanks!
