Call through to onDestroy() from RecipientPreferenceFragment.

// FREEBIE
pull/1/head
Moxie Marlinspike 9 years ago
parent a7f63ed9a3
commit 8f92263707

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

Loading…
Cancel
Save