mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-05 09:05:14 +00:00
Use Data::CloudImage for userpics.
This commit is contained in:
@@ -273,6 +273,7 @@ void paintRow(
|
||||
} else {
|
||||
entry->paintUserpicLeft(
|
||||
p,
|
||||
row->userpicView(),
|
||||
st::dialogsPadding.x(),
|
||||
st::dialogsPadding.y(),
|
||||
fullWidth,
|
||||
@@ -946,6 +947,7 @@ void PaintCollapsedRow(
|
||||
} else {
|
||||
folder->paintUserpicLeft(
|
||||
p,
|
||||
row.userpicView(),
|
||||
(fullWidth - st::dialogsUnreadHeight) / 2,
|
||||
unreadTop,
|
||||
fullWidth,
|
||||
|
Reference in New Issue
Block a user