hashtags pagination bug fixed
This commit is contained in:
parent
d9890d6a9d
commit
d906c07a42
|
|
@ -25,6 +25,7 @@ class HashtagState extends CoreProvier {
|
|||
));
|
||||
await service.httpGet();
|
||||
if (service.isSuccess) {
|
||||
lastPage = service.result['lastPage'];
|
||||
final contents = service.result['contents'];
|
||||
for (var i = 0; i < contents.length; i++) {
|
||||
items.add(OverviewData.fromJson(contents[i]));
|
||||
|
|
|
|||
Loading…
Reference in New Issue