We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d770c6f commit 17ce699Copy full SHA for 17ce699
app/src/main/java/org/schabi/newpipe/fragments/detail/VideoDetailFragment.java
@@ -1909,8 +1909,8 @@ public void onScreenRotationButtonClicked() {
1909
return;
1910
}
1911
1912
- // On tablets, just toggle fullscreen UI without orientation change.
1913
- if (DeviceUtils.isTablet(activity)) {
+ // On tablets and TVs, just toggle fullscreen UI without orientation change.
+ if (DeviceUtils.isTablet(activity) || DeviceUtils.isTv(activity)) {
1914
playerUi.get().toggleFullscreen();
1915
1916
0 commit comments