Skip to content

Commit

Permalink
fixed changing tags while loading
Browse files Browse the repository at this point in the history
  • Loading branch information
clragon committed Jul 21, 2020
1 parent 0051e5d commit 5573afe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/posts_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,7 @@ class PostProvider {
PostProvider({tags, this.provider}) {
this.tags.value = tags;
this.tags.addListener(() {
isLoading = false;
loadNextPage(reset: true);
});
this.pages.addListener(() {
Expand Down

0 comments on commit 5573afe

Please sign in to comment.