This seems to be weird problem,
Scenario:
I have a FragmentActivity (FragActy) - having which has TabHost FragActy starts a child Fragment (child_Fragment_1) childFrag_1 starts another child (child_Fragment_2) childFrag_2 Starts A new Activity (newActivity) - which is a simple android activity.
good so far,
But when I click back from newActivity instead of showing child_Fragment_2, Im going to child_Fragment_1.
The problem is weird because, when in lastActivity, if I change screen orientation Once and then press back the behavior is normal, i.e, child_Fragment_1 is shown. Again if I rotate twice I'm going to child_Fragment_1.
Image for scenario description below.
Thanks!