Add support for modern profile sharing.

This commit is contained in:
Greyson Parrelli
2020-10-12 11:45:03 -04:00
parent 2cb912681d
commit de7f103130
9 changed files with 88 additions and 25 deletions

View File

@@ -280,7 +280,7 @@ public class RecipientUtil {
}
@WorkerThread
private static boolean hasSentMessageInThread(@NonNull Context context, long threadId) {
public static boolean hasSentMessageInThread(@NonNull Context context, long threadId) {
return DatabaseFactory.getMmsSmsDatabase(context).getOutgoingSecureConversationCount(threadId) != 0;
}