mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
feat: edit waypoints
This commit is contained in:
parent
63ac168fc8
commit
ce66a9425d
4 changed files with 124 additions and 55 deletions
|
|
@ -53,7 +53,7 @@ interface PacketDao {
|
|||
|
||||
@Transaction
|
||||
fun getDataPacketById(requestId: Int): DataPacket? {
|
||||
return getDataPackets().firstOrNull { it.id == requestId }
|
||||
return getDataPackets().lastOrNull { it.id == requestId }
|
||||
}
|
||||
|
||||
@Transaction
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue