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
1 changed files with 0 additions and 2 deletions

View File

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