1
0
mirror of https://gitlab.com/comunic/comunicmobile synced 2024-10-23 06:53:23 +00:00

Fix issue on slow connections

This commit is contained in:
Pierre HUBERT 2019-11-02 20:11:06 +01:00
parent a603d5bd3a
commit c714d24dfa

View File

@ -94,6 +94,8 @@ class _PostsListWidgetState extends State<PostsListWidget> {
if (groups == null) return _loadError();
if (!mounted) return;
setState(() {
if (!getOlder) {
_list = list;