Improve wallpaper load speed.

This commit is contained in:
Greyson Parrelli
2022-03-16 13:45:23 -04:00
committed by Cody Henthorne
parent 63e48efdfe
commit d504bd593a
4 changed files with 86 additions and 17 deletions

View File

@@ -159,7 +159,6 @@ public class ConversationIntents {
}
public @Nullable ChatWallpaper getWallpaper() {
// TODO [greyson][wallpaper] Is it worth it to do this beforehand?
return Recipient.resolved(recipientId).getWallpaper();
}