mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2024-12-23 16:40:32 +00:00
Remove misplaced comment
This commit is contained in:
parent
21b8df0375
commit
5ffc667bea
@ -159,10 +159,6 @@ public class DownloadDialog extends DialogFragment
|
|||||||
setVideoStreams(new StreamSizeWrapper<>(videoStreams, getContext()));
|
setVideoStreams(new StreamSizeWrapper<>(videoStreams, getContext()));
|
||||||
}
|
}
|
||||||
|
|
||||||
/*//////////////////////////////////////////////////////////////////////////
|
|
||||||
// LifeCycle
|
|
||||||
//////////////////////////////////////////////////////////////////////////*/
|
|
||||||
|
|
||||||
public void setVideoStreams(final StreamSizeWrapper<VideoStream> wvs) {
|
public void setVideoStreams(final StreamSizeWrapper<VideoStream> wvs) {
|
||||||
this.wrappedVideoStreams = wvs;
|
this.wrappedVideoStreams = wvs;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user