When i call recreate() for activity, my fragments do not call method onResume(), but they stil call onCreate() and onCreateView(). If I block my device and then unblock it, onResume() fires. Please explain to me why fragment's method onResume() stops working after recreate() for activity is called and what should i do?
Asked
Active
Viewed 173 times
4
-
Hey did you find a solution? I am also stuck with this issue. – q126y Jun 03 '17 at 08:50
-
2@q126y, it seems to me it is a bug. You are supposed to finish() and startActivity() manually – Daniil Andashev Jun 05 '17 at 08:41