Skip to content

Commit 2438fae

Browse files
committed
Fixed the floating notifications window not being unmapped
1 parent 403a57b commit 2438fae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/animatedList/animatedListItem.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ public class AnimatedListItem : Gtk.Widget {
199199

200200
private void set_animation_done_cb (animation_done handler) {
201201
remove_animation_done_cb ();
202-
animation_done_cb_id = animation.done.connect (() => handler);
202+
animation_done_cb_id = animation.done.connect (() => handler (animation));
203203
}
204204

205205
private void added_finished_cb () {

0 commit comments

Comments
 (0)