mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-19 08:09:12 +01:00
Utilize CallStyle for incoming and ongoing calls.
This commit is contained in:
committed by
Cody Henthorne
parent
8260be4bff
commit
560b2f7d6f
@@ -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()))
|
||||
|
||||
Reference in New Issue
Block a user