Skip to content

list-view: Fix clicking stars

Before 3a7ebc2b, the code would use a zero-based counter for clicks, which does not work with GtkGestureMultiPress. The logic for checking if the click is “simple” makes checking the click count redundant.

Merge request reports