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
No known key found for this signature in database
GPG key ID: 4BDF1B40A49FDD23

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) {