feat: Implement message reply functionality (#2147)

This commit is contained in:
James Rich 2025-06-18 01:15:07 +00:00 committed by GitHub
parent 7497540f80
commit 357efa9028
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 238 additions and 71 deletions

View file

@ -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