mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2025-09-02 02:47:56 +00:00
cleanup: remove empty constructor from ChannelFragment
This commit is contained in:
@@ -82,10 +82,6 @@ public class ChannelFragment extends BaseStateFragment<ChannelInfo>
|
||||
return instance;
|
||||
}
|
||||
|
||||
public ChannelFragment() {
|
||||
super();
|
||||
}
|
||||
|
||||
protected void setInitialData(final int sid, final String u, final String title) {
|
||||
this.serviceId = sid;
|
||||
this.url = u;
|
||||
|
Reference in New Issue
Block a user