mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
meshtastic#73 change icon, bugfixes
This commit is contained in:
parent
b6056c4e52
commit
7e1e78fb64
4 changed files with 24 additions and 12 deletions
|
|
@ -307,11 +307,14 @@ class MessagesFragment : Fragment(), Logging {
|
|||
}
|
||||
R.id.resendButton -> {
|
||||
debug("User clicked resendButton")
|
||||
var resendText:String = ""
|
||||
var resendText = ""
|
||||
selectedList.forEach {
|
||||
resendText = resendText + it.text + System.lineSeparator()
|
||||
binding.messageInputText.setText(resendText)
|
||||
}
|
||||
if (resendText!="")
|
||||
resendText = resendText.substring(0, resendText.length - 1)
|
||||
binding.messageInputText.setText(resendText)
|
||||
mode.finish()
|
||||
}
|
||||
}
|
||||
return true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue