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:
TobiGr 2024-03-30 16:17:31 +01:00
parent 58f5ec0181
commit 974167fcb8
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