Fix fragments without empty constructor
This commit is contained in:
parent
1f0e1cbd02
commit
d5cc8fe048
2 changed files with 5 additions and 0 deletions
|
|
@ -30,6 +30,9 @@ public class DescriptionFragment extends BaseDescriptionFragment {
|
||||||
this.streamInfo = streamInfo;
|
this.streamInfo = streamInfo;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public DescriptionFragment() {
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
@Nullable
|
@Nullable
|
||||||
@Override
|
@Override
|
||||||
|
|
|
||||||
|
|
@ -30,6 +30,8 @@ public class ChannelAboutFragment extends BaseDescriptionFragment {
|
||||||
this.channelInfo = channelInfo;
|
this.channelInfo = channelInfo;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public ChannelAboutFragment() {
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected void initViews(final View rootView, final Bundle savedInstanceState) {
|
protected void initViews(final View rootView, final Bundle savedInstanceState) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue