1
0
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:
ThetaDev
2023-04-05 21:56:01 +02:00
committed by Stypox
parent b7911a8fd8
commit 25e3031830

View File

@@ -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;