I\'m using navigation in MainActivity, then I start SecondActivity (for result). After finish of SecondActivity I would like to continue w
MainActivity
SecondActivity
Finally, I fix the issue by simple calling super.onPostResume() right before navigating to restore state.
super.onPostResume()