mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-24 03:35:58 +00:00
Fix custom notification creation.
This commit is contained in:
@@ -848,7 +848,7 @@ public class RecipientDatabase extends Database {
|
||||
|
||||
public @NonNull Recipient getCurrent() {
|
||||
RecipientId id = RecipientId.from(cursor.getLong(cursor.getColumnIndexOrThrow(ID)));
|
||||
return Recipient.live(id).get();
|
||||
return Recipient.resolved(id);
|
||||
}
|
||||
|
||||
public @Nullable Recipient getNext() {
|
||||
|
||||
Reference in New Issue
Block a user