Hello,
I have sometimes (rarely) an issue when resuming an app where the state is not correctly restored.
Given that the namings are the same, I expected a similar behavior. But for example when OnStart() is called from DS, OnResume() is not which is not consistent with Android activity lifecycle where OnResume is always called after an OnStart() event.
So do you know any resource that could explain DS behavior in deeper details ?
The bug I sometimes get is the following : when an app is resumed, its state is not the latest one, but the previous one, as if the latest OnPause event did not manage to save the state, hence the resume is made with the former saved state.
Pascal Georges