android - Overlapping fragments after restarting the application -
my android application consists of fragments. in transitions between tracks using method add()
.
if perform following sequence:
- go new piece of application
- close application
- log application 20 minutes.
- re-open app
it shows fragment of registered in parent activiti in oncreate()
, on top of old fragment.
how fix overlay?
Comments
Post a Comment