mirror of
https://github.com/oxen-io/session-android.git
synced 2024-12-25 01:07:47 +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
|
@Override
|
||||||
public void onDestroy() {
|
public void onDestroy() {
|
||||||
|
super.onDestroy();
|
||||||
this.recipients.removeListener(this);
|
this.recipients.removeListener(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user