mirror of
https://github.com/TeamNewPipe/NewPipe.git
synced 2024-11-24 03:52:36 +01:00
Fix fragments without empty constructor
This commit is contained in:
parent
4c8238874e
commit
5e7ad6ffd1
@ -30,6 +30,9 @@ public class DescriptionFragment extends BaseDescriptionFragment {
|
||||
this.streamInfo = streamInfo;
|
||||
}
|
||||
|
||||
public DescriptionFragment() {
|
||||
}
|
||||
|
||||
|
||||
@Nullable
|
||||
@Override
|
||||
|
@ -30,6 +30,8 @@ public class ChannelAboutFragment extends BaseDescriptionFragment {
|
||||
this.channelInfo = channelInfo;
|
||||
}
|
||||
|
||||
public ChannelAboutFragment() {
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void initViews(final View rootView, final Bundle savedInstanceState) {
|
||||
|
Loading…
Reference in New Issue
Block a user