1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2025-09-02 02:47:56 +00:00

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
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();