Skip to content

Commit

Permalink
Revert hiding detail fragment tabs when in fullscreen
Browse files Browse the repository at this point in the history
  • Loading branch information
Stypox committed Jan 13, 2021
1 parent 9ca02fe commit 56204ac
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1889,10 +1889,8 @@ public void onFullscreenStateChanged(final boolean fullscreen) {

if (fullscreen) {
hideSystemUiIfNeeded();
viewPager.setVisibility(View.GONE);
} else {
showSystemUi();
viewPager.setVisibility(View.VISIBLE);
}

if (relatedStreamsLayout != null) {
Expand Down

0 comments on commit 56204ac

Please sign in to comment.