konmik / nucleus

Nucleus is an Android library, which utilizes the Model-View-Presenter pattern to properly connect background tasks with visual parts of an application.
MIT License
1.98k stars 253 forks source link

(Question) Don't keep activieties option #140

Closed wisien92 closed 7 years ago

wisien92 commented 7 years ago

Hi

have you ever faced problem when user has don't keep activieties option (Developer Options -> Apps) on? It destroyes activity as soon as user leaves it. It seems to change lifecycle a little bit and sometimes I get

onRestoreInstanceState() should be called before onResume()

error in a activity that otherwise works properly.

wisien92 commented 7 years ago

Ok it was my bug in fragment inside view pager .... sorry.