Code review comment for lp:~josharenson/unity8/fix-scope-managment-scrolling

Revision history for this message
Andrea Cimitan (cimi) wrote :

> + // Reset to false each time the list is opened. See header.onBackClicked
> + clip: !visible
it seems like as soon as you click back for the first time this binding will no longer work, probably you want ta different approach on onBackClicked or reset the clip on onVisibleChanged inside the flickable?

Also, remember the flickable speed!

review: Needs Fixing

« Back to merge proposal