1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2025-10-27 05:17:38 +00:00

Revert hiding detail fragment tabs when in fullscreen

This commit is contained in:
Stypox
2021-01-11 15:06:40 +01:00
parent f6e2dd1480
commit 4a12b0ab2d

View File

@@ -1889,10 +1889,8 @@ public final class VideoDetailFragment
if (fullscreen) { if (fullscreen) {
hideSystemUiIfNeeded(); hideSystemUiIfNeeded();
viewPager.setVisibility(View.GONE);
} else { } else {
showSystemUi(); showSystemUi();
viewPager.setVisibility(View.VISIBLE);
} }
if (relatedStreamsLayout != null) { if (relatedStreamsLayout != null) {