1
0
mirror of https://gitlab.com/comunic/comunicmobile synced 2025-06-20 08:45:17 +00:00

Continue to fix issues

This commit is contained in:
2022-03-10 20:28:07 +01:00
parent 3a997cdc56
commit 299a95ea45
4 changed files with 8 additions and 53 deletions

View File

@ -41,12 +41,7 @@ class PostsListWidget extends StatefulWidget {
this.getOlder,
this.topWidgets,
this.disablePullToRefresh = false,
}) : assert(getPostsList != null),
assert(showPostsTarget != null),
assert(buildListView != null),
assert(userNamesClickable != null),
assert(disablePullToRefresh != null),
super(key: key);
}) : super(key: key);
@override
State<StatefulWidget> createState() => PostsListWidgetState();