mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Finish animations disabling.
Replace some infinite animations with static layouts.
This commit is contained in:
@@ -632,7 +632,7 @@ bool History::updateSendActionNeedsAnimating(TimeMs ms, bool force) {
|
||||
}
|
||||
}
|
||||
auto result = (!_typing.isEmpty() || !_sendActions.isEmpty());
|
||||
if (changed || result) {
|
||||
if (changed || (result && !anim::Disabled())) {
|
||||
App::histories().sendActionAnimationUpdated().notify({
|
||||
this,
|
||||
_sendActionAnimation.width(),
|
||||
|
Reference in New Issue
Block a user