I read much about issues with onActivityResult, but it seems that none of the described problems fit to mine, like putting a negative requestCode in start
onActivityResult
start
Deleting android:noHistory="true" from the activity I was having problem with solved the issue for me.
android:noHistory="true"