Deferences avatar task on destroy

This commit is contained in:
M66B 2022-06-05 14:34:04 +02:00
parent bb50920e78
commit 349f8540c3
1 changed files with 5 additions and 0 deletions

View File

@ -1534,6 +1534,11 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
bindContactInfo(amessage, info, addresses);
}
@Override
protected void onDestroyed(Bundle args) {
taskContactInfo = null;
}
@Override
protected void onException(Bundle args, Throwable ex) {
Log.unexpectedError(parentFragment.getParentFragmentManager(), ex);