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
No known key found for this signature in database
GPG Key ID: 4BDF1B40A49FDD23
1 changed files with 0 additions and 4 deletions

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;