Skip to content

Commit 15a706d

Browse files
committed
Merge branch 'master' into release_v2.9.1
2 parents 4477f91 + d86656a commit 15a706d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

kommunicateui/src/main/java/com/applozic/mobicomkit/uiwidgets/conversation/fragment/MobiComConversationFragment.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1245,6 +1245,7 @@ protected void vibrate() {
12451245
}
12461246

12471247
public void sendMessage(String message) {
1248+
isApiAutoSuggest = false;
12481249
if (isCustomFieldMessage) {
12491250
validateCustomInputRegex(message);
12501251
} else {
@@ -4349,7 +4350,7 @@ public void checkForAutoSuggestions() {
43494350
autoCompleteTextView.setAdapter(getAdapter((KmAutoSuggestion.Source[]) GsonUtils.getObjectFromJson(payloadJson, KmAutoSuggestion.Source[].class)));
43504351
}
43514352
} catch (Exception stringParseException) {
4352-
//Data is of type object. Not implemented for now.
4353+
autoCompleteTextView.setAdapter(getAdapter((KmAutoSuggestion.Source[]) GsonUtils.getObjectFromJson(payloadJson, KmAutoSuggestion.Source[].class)));
43534354
}
43544355
}
43554356
autoCompleteTextView.setOnItemClickListener(new AdapterView.OnItemClickListener() {

0 commit comments

Comments
 (0)