Add comment that empty constructors are needed for IcePick

See d5cc8fe048 and https://github.com/TeamNewPipe/NewPipe/pull/10781#discussion_r1545351144
This commit is contained in:
TobiGr 2024-03-30 16:17:31 +01:00
parent 8d1d1aa897
commit 71f5356ed3
2 changed files with 2 additions and 0 deletions

View file

@ -31,6 +31,7 @@ public class DescriptionFragment extends BaseDescriptionFragment {
}
public DescriptionFragment() {
// keep empty constructor for IcePick when resuming fragment from memory
}

View file

@ -31,6 +31,7 @@ public class ChannelAboutFragment extends BaseDescriptionFragment {
}
public ChannelAboutFragment() {
// keep empty constructor for IcePick when resuming fragment from memory
}
@Override