mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
feat: Implement message reply functionality (#2147)
This commit is contained in:
parent
7497540f80
commit
357efa9028
9 changed files with 238 additions and 71 deletions
|
|
@ -59,6 +59,7 @@ data class Message(
|
|||
val snr: Float,
|
||||
val rssi: Int,
|
||||
val hopsAway: Int,
|
||||
val replyId: Int?,
|
||||
) {
|
||||
fun getStatusStringRes(): Pair<Int, Int> {
|
||||
val title = if (routingError > 0) R.string.error else R.string.message_delivery_status
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue