Skip to content
Commit f878cecf authored by Sebastian Kügler's avatar Sebastian Kügler
Browse files

read appview's currentItem before animating

moveRight() executed after the animation means we're querying for the
item not after it's clicked, but we have an item start the animation,
and once the animation is done, currentItem is checked, and opened.

Querying listview's currentItem before the animation fixes the wrongly
opened categories.

This should put the final nail in the coffin of
BUG:332808
parent 4552d610
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