1
0
mirror of https://gitlab.com/comunic/comunicmobile synced 2025-09-19 13:58:50 +00:00

Handle comments notifications

This commit is contained in:
2019-11-02 12:46:17 +01:00
parent 5250eb59b4
commit 053035f350
5 changed files with 96 additions and 5 deletions

View File

@@ -76,9 +76,7 @@ class _PostsListWidgetState extends State<PostsListWidget> {
/// Load the list of posts
Future<void> _loadPostsList({bool getOlder = false}) async {
if(_loading)
return;
if (_loading) return;
_loading = true;