Revert hiding detail fragment tabs when in fullscreen
This commit is contained in:
parent
f6e2dd1480
commit
4a12b0ab2d
|
@ -1889,10 +1889,8 @@ public final class VideoDetailFragment
|
|||
|
||||
if (fullscreen) {
|
||||
hideSystemUiIfNeeded();
|
||||
viewPager.setVisibility(View.GONE);
|
||||
} else {
|
||||
showSystemUi();
|
||||
viewPager.setVisibility(View.VISIBLE);
|
||||
}
|
||||
|
||||
if (relatedStreamsLayout != null) {
|
||||
|
|
Loading…
Reference in New Issue