Actions
Feature #42
closedMore Sophisticated Scrolling When Moving Bookmarks
Start date:
07/12/2016
Due date:
% Done:
0%
Estimated time:
Description
Currently, when moving a bookmark the ListView is moved to `setSelection(selectedBookmarkNewPositon - 5)`. It would be nice to implement a more sophisticated scrolling, but it doesn't work well because `getFirstVisiblePosition()` and `getLastVisiblePosition()` are not always accurate with partially displayed bookmarks, especially with an overlayed AppBar, making the number of calculated visible bookmarks vary.
Actions