Call through to onDestroy() from RecipientPreferenceFragment.

// FREEBIE
master
Moxie Marlinspike 2015-06-22 18:30:42 -07:00
parent a7f63ed9a3
commit 8f92263707
1 changed files with 1 additions and 0 deletions

View File

@ -166,6 +166,7 @@ public class RecipientPreferenceActivity extends PassphraseRequiredActionBarActi
@Override
public void onDestroy() {
super.onDestroy();
this.recipients.removeListener(this);
}