mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-04 08:08:16 +02:00
Deferences avatar task on destroy
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user