Finalize wallpaper UX.

Co-authored-by: Greyson Parrelli <greyson@signal.org>
Co-authored-by: Alan Evans <alan@signal.org>
This commit is contained in:
Alex Hart
2021-01-20 17:09:36 -04:00
committed by Greyson Parrelli
parent a8ad1e718e
commit c244a98962
29 changed files with 455 additions and 90 deletions

View File

@@ -855,6 +855,10 @@ public class Recipient {
}
}
public boolean hasOwnWallpaper() {
return wallpaper != null;
}
/**
* A cheap way to check if wallpaper is set without doing any unnecessary proto parsing.
*/