Utilize CallStyle for incoming and ongoing calls.

This commit is contained in:
Alex Hart
2023-04-18 16:26:04 -03:00
committed by Cody Henthorne
parent 8260be4bff
commit 560b2f7d6f
3 changed files with 42 additions and 44 deletions

View File

@@ -249,7 +249,6 @@ public final class ConversationUtil {
/**
* @return A Person object representing the given Recipient
*/
@WorkerThread
public static @NonNull Person buildPersonWithoutIcon(@NonNull Context context, @NonNull Recipient recipient) {
return new Person.Builder()
.setKey(getShortcutId(recipient.getId()))