Fix font networking main thread crash.

This commit is contained in:
Cody Henthorne
2022-04-04 20:22:42 -04:00
parent bb66c3fa68
commit be241524db
4 changed files with 48 additions and 26 deletions

View File

@@ -1367,7 +1367,7 @@ public class ThreadDatabase extends Database {
try {
type = SignalDatabase.mmsSms().getConversationSnippetType(threadId);
} catch (NoSuchMessageException e) {
Log.w(TAG, "Unable to find snippet message for thread: " + threadId, e);
Log.w(TAG, "Unable to find snippet message for thread: " + threadId);
return;
}