BR: On Android resumed() is called during startup

On iOS it isn’t. Shouldn’t this be the same on both platforms?

I would expect resumed() to only be called after suspended() has been called.

I believe this is just how the Android lifecycle works.

See The activity lifecycle  |  Android Developers

1 Like

Ah, thanks for the information, that’s good to know!