Exemplo n.º 1
0
 @Override
 protected void onDestroy() {
   // TODO Auto-generated method stub
   // Protect crouton
   Crouton.clearCroutonsForActivity(this);
   super.onDestroy();
 }
Exemplo n.º 2
0
 @Override
 protected void onDestroy() {
   // Workaround until there's a way to detach the Activity from Crouton while
   // there are still some in the Queue.
   Crouton.clearCroutonsForActivity(this);
   super.onDestroy();
 }