mirror of
https://gitlab.com/comunic/comunicmobile
synced 2025-09-19 13:58:50 +00:00
Handle comments notifications
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user