2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-30 22:25:12 +00:00

redrawHistoryItem moved to Ui, shared contact updates when is_contact changes

This commit is contained in:
John Preston
2015-12-13 14:17:15 +03:00
parent 2225abec5c
commit 6ec61d4ad6
14 changed files with 126 additions and 119 deletions

View File

@@ -154,7 +154,7 @@ void AnimatedGif::step_frame(float64 ms, bool timer) {
frame = f;
if (timer) {
if (msg) {
Notify::redrawHistoryItem(msg);
Ui::redrawHistoryItem(msg);
} else {
emit updated();
}