DirkSonguer / n9-development-sources

A collection of older projects for the MeeGo / Harmattan (example Nokia N9) platform
0 stars 1 forks source link

Incorrect pagination in favorites #16

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Navigate to "Your favorites"
2. Try to load more than default 20 images
3.

What is the expected output? What do you see instead?
Load next images, yet I can see the same set of images repeating

What version of the product are you using? On what operating system?
0.6.2 @ meego

Please provide any additional information below.
To fix:

@file: /opt/instago/qml/instago/models/likes.js 
@line: 281
@old:         url += "&max_id=" + paginationId;
@new:         url += "&max_like_id=" + paginationId;

Original issue reported on code.google.com by cc.work...@gmail.com on 20 Dec 2014 at 4:13