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:
@@ -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) {
|
||||
|
@@ -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();
|
||||
|
Reference in New Issue
Block a user