Revert hiding detail fragment tabs when in fullscreen
This commit is contained in:
parent
959622da38
commit
3abdc9e987
1 changed files with 0 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue