Fix several ChatColors issues.

This commit is contained in:
Alex Hart
2021-05-26 20:06:57 -03:00
parent c794b5c2e7
commit 35930fb23a
6 changed files with 11 additions and 10 deletions

View File

@@ -927,7 +927,7 @@ public class Recipient {
} else if (getWallpaper() != null) {
return getWallpaper().getAutoChatColors();
} else {
return ChatColorsPalette.Bubbles.getDefault();
return ChatColorsPalette.Bubbles.getDefault().withId(ChatColors.Id.Auto.INSTANCE);
}
}