mirror of
https://github.com/TeamNewPipe/NewPipe.git
synced 2024-11-22 11:02:35 +01:00
Add missing @Override
annotations to setupMetadata() implementations
This commit is contained in:
parent
78b4b9441e
commit
5c7c382323
@ -73,6 +73,7 @@ public class DescriptionFragment extends BaseDescriptionFragment {
|
|||||||
return streamInfo.getTags();
|
return streamInfo.getTags();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
protected void setupMetadata(final LayoutInflater inflater,
|
protected void setupMetadata(final LayoutInflater inflater,
|
||||||
final LinearLayout layout) {
|
final LinearLayout layout) {
|
||||||
if (streamInfo.getUploadDate() != null) {
|
if (streamInfo.getUploadDate() != null) {
|
||||||
|
@ -80,6 +80,7 @@ public class ChannelAboutFragment extends BaseDescriptionFragment {
|
|||||||
return channelInfo.getTags();
|
return channelInfo.getTags();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
protected void setupMetadata(final LayoutInflater inflater,
|
protected void setupMetadata(final LayoutInflater inflater,
|
||||||
final LinearLayout layout) {
|
final LinearLayout layout) {
|
||||||
final Context context = getContext();
|
final Context context = getContext();
|
||||||
|
Loading…
Reference in New Issue
Block a user