Conversation
d30b5fb to
8eaaf98
Compare
madsmtm
left a comment
There was a problem hiding this comment.
Nice, feel free to merge once you think it's ready!
8eaaf98 to
41c9c71
Compare
41c9c71 to
0a2a176
Compare
|
(I changed OP to not fix #3779, it just addresses it) |
0a2a176 to
b9bcfd7
Compare
I thought this was fixing the issue entirely but it seems there's still more to address for Web/iOS, and maybe together with more Android changes like #3897? @daxpedda let me know if you can review this, it should address all except one (duplicated) comment from #3765 (review). |
I took the whole day today to do some catch up on my open source responsibilities, so if I don't manage to do it today feel free to go ahead. |
b9bcfd7 to
9a488fb
Compare
…atform-specific documentation Key them off of `onStop()` and `onStart()` which seems to match the other backends most closely. These [Android Activity lifecycle] events denote when the application is visible on-screen, and recommend that any heavy lifting for startup and shutdown happens here, as the application may be demoted to the background and later shut down entirely unless the user navigates back to it. [Android Activity lifecycle]: https://developer.android.com/guide/components/activities/activity-lifecycle
9a488fb to
c44ddc4
Compare
|
Thanks for all the reviews! |
Addresses #3779
Key them off of
onStop()andonStart()which seems to match the other backends most closely. These Android Activity lifecycle events denote when the application is visible on-screen, and recommend that any heavy lifting for startup and shutdown happens here, as the application may be demoted to the background and later shut down entirely unless the user navigates back to it.EDIT: Also addresses some of the late review comments that were posted on #3765.
changelogmodule if knowledge of this change could be valuable to users