Chat Fixes

merge-requests/55/head
Sikander Saleem 3 years ago
parent 4433f538b7
commit 8f80c396d1

@ -260,9 +260,8 @@ class ChatProviderModel with ChangeNotifier, DiagnosticableTreeMixin {
data.first.currentUserName = temp.first.targetUserName;
}
userChatHistory.add(data.first);
scrollToBottom();
notifyListeners();
// if (isChatScreenActive) scrollDown();
if (isChatScreenActive) scrollToBottom();
}
void onUserTyping(List<Object?>? parameters) {

Loading…
Cancel
Save