mirror of
https://github.com/yogeshpaliyal/KeyPass.git
synced 2026-01-27 10:57:49 -06:00
committed by
GitHub
parent
146c6178ce
commit
9bbfef35e7
@@ -42,7 +42,7 @@ interface DbDao {
|
||||
"OR (notes LIKE '%'||:query||'%' )) " +
|
||||
"ORDER BY title ASC"
|
||||
)
|
||||
fun getAllAccounts(query: String?, tag: String?): LiveData<List<AccountModel>>
|
||||
fun getAllAccounts(query: String?, tag: String?): List<AccountModel>
|
||||
|
||||
@Query("SELECT * FROM account WHERE id = :id")
|
||||
suspend fun getAccount(id: Long?): AccountModel?
|
||||
|
||||
Reference in New Issue
Block a user