@Override protected void onDestroy() { // TODO Auto-generated method stub // Protect crouton Crouton.clearCroutonsForActivity(this); super.onDestroy(); }
@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(); }