Improve age restriction and yt restricted content strings
This commit is contained in:
parent
3ba9fb375c
commit
84694a8bbd
3 changed files with 11 additions and 7 deletions
|
|
@ -1551,7 +1551,8 @@ public class VideoDetailFragment
|
|||
}
|
||||
|
||||
private void hideAgeRestrictedContent() {
|
||||
showError(getString(R.string.restricted_video), false);
|
||||
showError(getString(R.string.restricted_video,
|
||||
getString(R.string.show_age_restricted_content_title)), false);
|
||||
|
||||
if (relatedStreamsLayout != null) { // tablet
|
||||
relatedStreamsLayout.setVisibility(View.INVISIBLE);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue