1
0
mirror of https://gitlab.com/comunic/comunicmobile synced 2025-06-19 08:15:16 +00:00

Show posts targets

This commit is contained in:
2019-05-23 18:37:56 +02:00
parent 14b6f17042
commit d62d23bd44
3 changed files with 20 additions and 1 deletions

View File

@ -20,6 +20,7 @@ class _NewestPostsScreenState extends State<NewestPostsScreen> {
Widget build(BuildContext context) {
return PostsListWidget(
getPostsList: _postsHelper.getLatest,
showPostsTarget: true,
);
}