Rémi Latapy
Rémi Latapy
It could be interesting to have the corresponding lifecycle state transition as there is more fragment callbacks than lifecycle states
`onViewCreated` should replace deprecated `onActivityCreated`
To avoid handling intent twice, we nullify the data of the intent after having processed it during the activity `onCreate` phase. It works great but it makes our test fails...
- [x] I have read the [guidelines for submitting issues](https://splitties.github.io/refreshVersions/contributing/submitting-issues/#bug-reports) ## 🐛 Describe the bug I know composite build is not officially supported, but: When including a project in another...