WhatsNew icon indicating copy to clipboard operation
WhatsNew copied to clipboard

Data lost when fragment is recreated

Open lolo-io opened this issue 4 years ago • 0 comments

Hi @TonnyL , when the WhatsNew fragment is recreated by the system (eg: Screen Rotation), all the fragment properties are reset, except "list" (the list of items). That's because all the other properties are set via apply in the dsl, and "list" is the only one passed in the bundle and set in the fragment lifecycle (by lazy).

lolo-io avatar Nov 05 '19 23:11 lolo-io