mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
refactor: migrate MessagesFragment RecyclerView to Compose (#1133)
This commit is contained in:
parent
f2b06bd8d8
commit
9d5cf47762
9 changed files with 374 additions and 343 deletions
|
|
@ -72,7 +72,7 @@ interface PacketDao {
|
|||
SELECT * FROM packet
|
||||
WHERE (myNodeNum = 0 OR myNodeNum = (SELECT myNodeNum FROM MyNodeInfo))
|
||||
AND port_num = 1 AND contact_key = :contact
|
||||
ORDER BY received_time ASC
|
||||
ORDER BY received_time DESC
|
||||
"""
|
||||
)
|
||||
fun getMessagesFrom(contact: String): Flow<List<Packet>>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue