mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-23 02:10:44 +01:00
Fix font networking main thread crash.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user