mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-22 09:49:30 +01:00
Fix bug where wallpaper didn't update after changing.
This commit is contained in:
committed by
Cody Henthorne
parent
0359f27cd9
commit
604f6709db
@@ -270,7 +270,7 @@ public class DatabaseObserver {
|
||||
}
|
||||
|
||||
public void notifyRecipientChanged(@NonNull RecipientId recipientId) {
|
||||
runPostSuccessfulTransaction(KEY_RECIPIENT + recipientId.serialize(), () -> {
|
||||
SignalDatabase.runPostSuccessfulTransaction(KEY_RECIPIENT + recipientId.serialize(), () -> {
|
||||
Recipient.live(recipientId).refresh();
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user