Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Manager::startAllHiding
: don't treat fading in notifications differ…
…ently Previously, `Window::Notifications::Default::Manager` would not start hiding notifications that are fading in when other notifications should hide. This would lead to some notifications never hiding, e.g., when the cursor passes through the notification too quickly and there was not enough time for the notification to fade in completely. Also renamed `Widget::isShowing` -> `Widget::isFadingIn` for clarity. Fixes telegramdesktop#28811.
- Loading branch information