Hi,
Every time a user selects a video item on the grid screen, I take the content to the video player (a separate node). The video player before playing the content, passes to a task node whose job is to fetch and play raf ads and then continue with the content. Both playing on the same video player node one after the other.
Issue: there is a transition time between video item selected and raf ad starting to play. If I press the back key during this transition time, the screen comes to the grid screen without focus and the ad starts playing in the background. Press back again, ad stops and focus comes to the grid screen. Any idea where I am going wrong here? Back key on the running ad and running content works just fine.