New icons

This commit is contained in:
Avently 2020-07-16 01:15:24 +03:00
parent fd46560c2f
commit 411c65babc
9 changed files with 66 additions and 45 deletions

View file

@ -1511,7 +1511,7 @@ public class VideoDetailFragment
getChildFragmentManager().beginTransaction()
.replace(R.id.relatedStreamsLayout,
RelatedVideosFragment.getInstance(info))
.commitNow();
.commitAllowingStateLoss();
relatedStreamsLayout.setVisibility(
player != null && player.isFullscreen() ? View.GONE : View.VISIBLE);
}