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:
@@ -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();
|
||||
}
|
||||
|
Reference in New Issue
Block a user