ResizeOverlay appears only first time
Steps to reproduce:
- Open video
- Long tap on resize button
- Close menu
- Long tap again on resize button -> nothing happen, but a menu should appear.
player.findViewById<ViewStubCompat>(R.id.player_resize_stub)
is null
after first show, so method showResizeOverlay
do nothing.