Call through to onDestroy() from RecipientPreferenceFragment.

// FREEBIE
This commit is contained in:
Moxie Marlinspike 2015-06-22 18:30:42 -07:00
parent a7f63ed9a3
commit 8f92263707

View File

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