mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2024-11-06 01:56:24 +00:00
Add comment that empty constructors are needed for IcePick
See 5e7ad6ffd1
and https://github.com/TeamNewPipe/NewPipe/pull/10781#discussion_r1545351144
This commit is contained in:
parent
58f5ec0181
commit
974167fcb8
@ -31,6 +31,7 @@ public class DescriptionFragment extends BaseDescriptionFragment {
|
||||
}
|
||||
|
||||
public DescriptionFragment() {
|
||||
// keep empty constructor for IcePick when resuming fragment from memory
|
||||
}
|
||||
|
||||
|
||||
|
@ -31,6 +31,7 @@ public class ChannelAboutFragment extends BaseDescriptionFragment {
|
||||
}
|
||||
|
||||
public ChannelAboutFragment() {
|
||||
// keep empty constructor for IcePick when resuming fragment from memory
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user