kotatogram-desktop/Telegram/SourceFiles/history
Loïc Molinari 336405b3c7 Fix voice record button infinite animation
Enabling animations triggers an animation of the voice record button
that keeps firing uselessly at ~120 calls per second until the button
is manually toggled. The animation callback cannot stop itself since
it expects the button to be visible.

This commit fixes the issue by preventing spawning the animation if
the widget is hidden.
2021-04-15 16:22:29 +03:00
..
admin_log Fix crash in leaving Recent Actions with GIFs. 2021-04-12 17:46:46 +04:00
view Fix voice record button infinite animation 2021-04-15 16:22:29 +03:00
history.cpp Fix creating a scheduled voice chat. 2021-04-12 15:36:19 +04:00
history.h
history_drag_area.cpp
history_drag_area.h
history_inner_widget.cpp
history_inner_widget.h
history_item.cpp
history_item.h
history_item_components.cpp
history_item_components.h
history_item_text.cpp
history_item_text.h
history_location_manager.cpp
history_location_manager.h
history_message.cpp Use 48 bit [User/Chat/Channel]Id, 56 bit PeerId. 2021-04-09 15:05:00 +04:00
history_message.h
history_service.cpp Show voice chat start time in service message. 2021-04-12 10:48:16 +04:00
history_service.h Show voice chat start time in service message. 2021-04-12 10:48:16 +04:00
history_widget.cpp
history_widget.h