mirror of
https://github.com/SimpleMobileTools/Simple-SMS-Messenger.git
synced 2025-02-07 12:53:48 +01:00
Minor readability improvement
This commit is contained in:
parent
ee8130c767
commit
76af74ef1c
@ -14,7 +14,7 @@ interface ConversationsDao {
|
||||
@Query("SELECT * FROM conversations")
|
||||
fun getAll(): List<Conversation>
|
||||
|
||||
@Query("SELECT * FROM conversations where thread_id = :threadId")
|
||||
@Query("SELECT * FROM conversations WHERE thread_id = :threadId")
|
||||
fun getConversationWithThreadId(threadId: Long): Conversation?
|
||||
|
||||
@Query("SELECT * FROM conversations WHERE read = 0")
|
||||
|
Loading…
x
Reference in New Issue
Block a user