Skip to content

Commit

Permalink
Add comment that empty constructors are needed for IcePick
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiGr committed Mar 30, 2024
1 parent 58f5ec0 commit 974167f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ public DescriptionFragment(final StreamInfo streamInfo) {
}

public DescriptionFragment() {
// keep empty constructor for IcePick when resuming fragment from memory
}


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ public class ChannelAboutFragment extends BaseDescriptionFragment {
}

public ChannelAboutFragment() {
// keep empty constructor for IcePick when resuming fragment from memory
}

@Override
Expand Down

0 comments on commit 974167f

Please sign in to comment.