mirror of
https://github.com/SimpleMobileTools/Simple-SMS-Messenger.git
synced 2025-02-19 21:20:39 +01:00
removing an empty line
This commit is contained in:
parent
47ce42cbe5
commit
180adc7adc
@ -93,7 +93,6 @@ class SearchActivity : SimpleActivity() {
|
|||||||
val conversations = conversationsDB.getConversationsWithText(searchQuery)
|
val conversations = conversationsDB.getConversationsWithText(searchQuery)
|
||||||
if (text == mLastSearchedText) {
|
if (text == mLastSearchedText) {
|
||||||
showSearchResults(messages, conversations, text)
|
showSearchResults(messages, conversations, text)
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user