App State: In one of scenario I created an Video Fragment(with one button over video view) which is launching from existing full screen fragment.
Behaviour Issue: after get lauch VideoFragment blink for a moment and then video view display and start video, While blink it show Wallpaper screen(i.e. to draw Video view it completely remove all view from screen even last display fragment screen also).
What else did: Same scenario checked to launch VideoViewActivity instead of VideoViewFragment but getting same result.
It Can be: Is it issue with VideoView, since here it's drawing VideoView over full screen fragment.
Any suggestion here, how can I fix this issue?