mirror of
https://gitlab.com/comunic/comunicmobile
synced 2024-11-22 21:09:21 +00:00
Fix issue on slow connections
This commit is contained in:
parent
a603d5bd3a
commit
c714d24dfa
@ -94,6 +94,8 @@ class _PostsListWidgetState extends State<PostsListWidget> {
|
|||||||
|
|
||||||
if (groups == null) return _loadError();
|
if (groups == null) return _loadError();
|
||||||
|
|
||||||
|
if (!mounted) return;
|
||||||
|
|
||||||
setState(() {
|
setState(() {
|
||||||
if (!getOlder) {
|
if (!getOlder) {
|
||||||
_list = list;
|
_list = list;
|
||||||
|
Loading…
Reference in New Issue
Block a user