android - Overlapping fragments after restarting the application -


my android application consists of fragments. in transitions between tracks using method add().

if perform following sequence:

  1. go new piece of application
  2. close application
  3. log application 20 minutes.
  4. re-open app

it shows fragment of registered in parent activiti in oncreate(), on top of old fragment.

how fix overlay?


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -