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) {
|
if (fullscreen) {
|
||||||
hideSystemUiIfNeeded();
|
hideSystemUiIfNeeded();
|
||||||
viewPager.setVisibility(View.GONE);
|
|
||||||
} else {
|
} else {
|
||||||
showSystemUi();
|
showSystemUi();
|
||||||
viewPager.setVisibility(View.VISIBLE);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (relatedStreamsLayout != null) {
|
if (relatedStreamsLayout != null) {
|
||||||
|
|
Loading…
Reference in New Issue