Hiding controls when orientation changes to landscape
This commit is contained in:
parent
0470e298df
commit
04dce7ee2e
3 changed files with 15 additions and 6 deletions
|
|
@ -2105,7 +2105,6 @@ public class VideoDetailFragment
|
|||
// Let's give a user time to look at video information page if video is not playing
|
||||
if (orientationLocked && !player.isPlaying()) {
|
||||
player.onPlay();
|
||||
player.showControlsThenHide();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue