Skip to content

Commit

Permalink
Fix returning cached tweets when updating tweets
Browse files Browse the repository at this point in the history
  • Loading branch information
robertodoering committed Nov 5, 2019
1 parent 0f70d47 commit 3545f51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/models/timeline_model.dart
Original file line number Diff line number Diff line change
Expand Up @@ -165,5 +165,5 @@ List<Tweet> _isolateCopyHarpyData(Map<String, List<Tweet>> tweetLists) {
}
});

return origin;
return target;
}

0 comments on commit 3545f51

Please sign in to comment.