Skip to content
Commit 20e4064f authored by Martin Klapetek's avatar Martin Klapetek
Browse files

[notifications] Fix notification popups sometimes being misplaced

There were situations when the same notification popup could be be
inserted twice into the available popups list, breaking the positioning
as it would create more notifications than it was able to but they would
never get closed and would offset the whole stack.

One of such scenarios was when user manually closed the popup with the
close button. After it was hidden, the hiding timer still went on to
fire and close it again, causing the above.

Should be all fixed now.

BUG: 342605
parent 8e854a73
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment