Add missing @Override annotations to setupMetadata() implementations

This commit is contained in:
TobiGr 2023-08-22 12:39:27 +02:00 committed by Stypox
parent 43097e4486
commit 2f65b4f823
2 changed files with 2 additions and 0 deletions

View file

@ -73,6 +73,7 @@ public class DescriptionFragment extends BaseDescriptionFragment {
return streamInfo.getTags();
}
@Override
protected void setupMetadata(final LayoutInflater inflater,
final LinearLayout layout) {
if (streamInfo.getUploadDate() != null) {

View file

@ -80,6 +80,7 @@ public class ChannelAboutFragment extends BaseDescriptionFragment {
return channelInfo.getTags();
}
@Override
protected void setupMetadata(final LayoutInflater inflater,
final LinearLayout layout) {
final Context context = getContext();