AyuGramDesktop/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 Don't accept drafts older than last saved. 2021-03-12 16:58:26 +04:00
history_drag_area.cpp Move App::roundRect to Ui::FillRoundRect. 2020-10-30 18:32:18 +03:00
history_drag_area.h Slightly refactored DragArea. 2020-07-20 21:44:07 +03:00
history_inner_widget.cpp Get rid of deprecated ranges::action 2021-03-15 11:41:29 +03:00
history_inner_widget.h Build with QT_NO_KEYWORDS 2021-03-04 12:07:54 +04:00
history_item.cpp Allow blocking channels in voice chats. 2021-03-20 15:43:35 +04:00
history_item.h Update button on paid invoices to 'Receipt'. 2021-04-06 18:41:16 +04:00
history_item_components.cpp Avoid multiple .arg usage as suggested by clazy 2021-03-13 19:08:33 +03:00
history_item_components.h Add support for imported messages. 2021-01-25 16:50:58 +04:00
history_item_text.cpp Get rid of deprecated ranges::view usage 2021-03-13 19:14:58 +03:00
history_item_text.h Copy text with expanded links only to external. 2019-04-08 19:10:06 +04:00
history_location_manager.cpp Use UrlClickHandler::Open instead of File::OpenUrl 2020-10-30 11:52:10 +03:00
history_location_manager.h Handle located groups as public. 2019-06-21 14:27:46 +02:00
history_message.cpp Use 48 bit [User/Chat/Channel]Id, 56 bit PeerId. 2021-04-09 15:05:00 +04:00
history_message.h Update button on paid invoices to 'Receipt'. 2021-04-06 18:41:16 +04:00
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 Get rid of deprecated ranges::view usage 2021-03-13 19:14:58 +03:00
history_widget.h Rename RPCError to MTP::Error. 2021-03-12 16:58:26 +04:00