Skip to content
Verified Commit d3a5a72a authored by ivan tkachenko's avatar ivan tkachenko 🗯
Browse files

effects/private: Fix crash when shutting down desktop grid and overview

Because of const/non-const issues, iterator got invalidated in the loop,
which led to a crash.

Cases that trigger it: interaction with a thumbnail while the effect is
returning to initial state and shuts down. For example, slightly
dragging and releasing a thumbnail such that both TapHandler & DragHandler
would react and play each their own transition (yes, it's another bug);
or by pressing Escape key while dragging.
parent 9897afa5
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