🐛 Fix loading indicator not hiding on first time load
This commit is contained in:
@ -357,6 +357,7 @@ class ChatMessageController extends ChangeNotifier {
|
||||
if (mostRecentMessage == null) {
|
||||
// Initial load
|
||||
await loadMessages(take: 20);
|
||||
isAggressiveLoading = false;
|
||||
isCheckedUpdate = true;
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user