Merge branch 'SimpleMobileTools:master' into feature_schedule_send

This commit is contained in:
Naveen Singh 2022-10-06 01:47:52 +05:30 committed by GitHub
commit 6f07d6971a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
20 changed files with 145 additions and 125 deletions

View file

@ -93,7 +93,6 @@ class SearchActivity : SimpleActivity() {
val conversations = conversationsDB.getConversationsWithText(searchQuery)
if (text == mLastSearchedText) {
showSearchResults(messages, conversations, text)
}
}
} else {