New icons
This commit is contained in:
parent
787b136d13
commit
d196f8b4b2
9 changed files with 66 additions and 45 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue