mirror of
https://github.com/oxen-io/session-android.git
synced 2024-12-24 16:57:50 +00:00
Call through to onDestroy() from RecipientPreferenceFragment.
// FREEBIE
This commit is contained in:
parent
a7f63ed9a3
commit
8f92263707
@ -166,6 +166,7 @@ public class RecipientPreferenceActivity extends PassphraseRequiredActionBarActi
|
||||
|
||||
@Override
|
||||
public void onDestroy() {
|
||||
super.onDestroy();
|
||||
this.recipients.removeListener(this);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user