Don't throw errors from background

// FREEBIE
This commit is contained in:
lilia 2015-10-02 12:14:10 -07:00
parent bbb5b24d6b
commit d3812869d2

View file

@ -214,6 +214,7 @@
notifyConversation(message); notifyConversation(message);
}); });
}); });
return;
} }
throw e; throw e;