You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: kommunicateui/src/main/java/com/applozic/mobicomkit/uiwidgets/conversation/fragment/MobiComConversationFragment.java
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1245,6 +1245,7 @@ protected void vibrate() {
1245
1245
}
1246
1246
1247
1247
publicvoidsendMessage(Stringmessage) {
1248
+
isApiAutoSuggest = false;
1248
1249
if (isCustomFieldMessage) {
1249
1250
validateCustomInputRegex(message);
1250
1251
} else {
@@ -4349,7 +4350,7 @@ public void checkForAutoSuggestions() {
0 commit comments