New icons

This commit is contained in:
Avently 2020-07-16 01:15:24 +03:00
parent 787b136d13
commit d196f8b4b2
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);
}