mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Fixed top bar buttons appearing without animation on select messages.
This commit is contained in:
@@ -1413,7 +1413,8 @@ void TopBarWidget::showSelected(SelectedState state) {
|
||||
_delete->finishNumbersAnimation();
|
||||
}
|
||||
}
|
||||
if (visibilityChanged) {
|
||||
if (visibilityChanged
|
||||
|| (!wasSelectedState && nowSelectedState)) {
|
||||
updateControlsVisibility();
|
||||
}
|
||||
if (wasSelectedState != nowSelectedState && !_chooseForReportReason) {
|
||||
|
||||
Reference in New Issue
Block a user