Don't throw errors from background
// FREEBIE
This commit is contained in:
parent
bbb5b24d6b
commit
d3812869d2
1 changed files with 1 additions and 0 deletions
|
@ -214,6 +214,7 @@
|
|||
notifyConversation(message);
|
||||
});
|
||||
});
|
||||
return;
|
||||
}
|
||||
|
||||
throw e;
|
||||
|
|
Loading…
Reference in a new issue