Skip to content
Snippets Groups Projects
Commit 5077de12 authored by Geoffrey Métais's avatar Geoffrey Métais
Browse files

Hide rotation button on Chromebooks

parent 78d551a0
No related branches found
No related tags found
No related merge requests found
Pipeline #4093 passed with stage
in 3 minutes and 46 seconds
......@@ -2280,7 +2280,7 @@ public class VideoPlayerActivity extends AppCompatActivity implements IPlaybackS
mHudBinding.playerOverlaySize.setVisibility(View.GONE);
}
if(!mIsTv)
if(!mIsTv && !AndroidDevices.isChromeBook)
mOrientationToggle.setVisibility(View.VISIBLE);
} else {
mHudBinding.setProgress(mService.getPlaylistManager().getPlayer().getProgress());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment