contact 4 refactor

This commit is contained in:
Green Sky
2025-03-06 19:12:35 +01:00
parent 77a95811f2
commit c29aa523dc
24 changed files with 196 additions and 155 deletions

View File

@@ -18,7 +18,7 @@
void renderAvatar(
const Theme& th,
ContactTextureCache& contact_tc,
const Contact3Handle c,
const ContactHandle4 c,
ImVec2 box
) {
// deploy dummy of same size and check visibility
@@ -53,7 +53,7 @@ void renderAvatar(
bool renderContactBig(
const Theme& th,
ContactTextureCache& contact_tc,
const Contact3Handle c,
const ContactHandle4 c,
int line_height,
const bool unread,
const bool selectable,