mirror of https://github.com/tuskyapp/Tusky.git
Browse Source
Fragments can go `onCreate` -> `onCreateView` -> `onViewCreated` -> `onDestroyView` without transitioning through `onStart`. The previous code assumed `onStart` was always called. Se https://itnext.io/an-update-to-the-fragmentviewbindingdelegate-the-bug-weve-inherited-from-autoclearedvalue-7fc0a89fcae1pull/3387/head
1 changed files with 20 additions and 16 deletions
Loading…
Reference in new issue