9a21008177
Use Meta.later_add() with BEFORE_REDRAW rather than Mainloop.idle_add() to add the banner body so that the notification body is reliably added after the first frame is drawn. This is important for notifications that are expanded right away, such as the summary notifications that were not shown as banners because the user was in the Busy mode or was interacting with the summary. Otherwise, these notifications were sometimes shown with an ellipsized banner and were only getting full content when they were done animating. Only add expanded content and signal the change once. Previously, we used to signal the change numerous times and processing this signal was holding up processing other things, such as the user moving the mouse away from the notification so that the notification collapses. https://bugzilla.gnome.org/show_bug.cgi?id=645719 |
||
---|---|---|
.. | ||
misc | ||
perf | ||
ui | ||
Makefile.am |