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 78b4b9441e
commit 5c7c382323
No known key found for this signature in database
GPG Key ID: 4BDF1B40A49FDD23
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();