finish MessageRecipientAsyncTask when context is destroyed
Closes #3591 // FREEBIE
This commit is contained in:
parent
f812efff3c
commit
a820500ae0
1 changed files with 1 additions and 0 deletions
|
@ -256,6 +256,7 @@ public class MessageDetailsActivity extends PassphraseRequiredActionBarActivity
|
|||
Context context = getContext();
|
||||
if (context == null) {
|
||||
Log.w(TAG, "associated context is destroyed, finishing early");
|
||||
return null;
|
||||
}
|
||||
|
||||
Recipients recipients;
|
||||
|
|
Loading…
Add table
Reference in a new issue