mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2025-10-17 16:37:39 +00:00
Remove misplaced comment
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user