mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-23 18:30:20 +01:00
Color nav bar to match unmute in release note channel.
This commit is contained in:
@@ -1046,6 +1046,8 @@ public class Recipient {
|
||||
public @Nullable ChatWallpaper getWallpaper() {
|
||||
if (wallpaper != null) {
|
||||
return wallpaper;
|
||||
} else if (isReleaseNotes()) {
|
||||
return null;
|
||||
} else {
|
||||
return SignalStore.wallpaper().getWallpaper();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user