Skip to content

environment: Fix transition callback

Florian Müllner requested to merge fmuellner/gnome-shell:fix-onComplete into master

This is rather embarrassing - we currently confuse the transition with the finished parameter, which means we always run the onComplete handler no matter whether the transition was interrupted or actually completed.

Merge request reports