Skip to content

[KMessageWidget] Ignore resize event when doing `animatedShow()`

Calling show() will polish the widget and cause it to resize, whch will lead to the widget setting its size to bestContentHeight just before the animation kicks off. This can be observed as a brief flicker when the widget is shown for the first time.

Merge request reports