mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
feat: Copy message to clipboard (#1443)
This commit is contained in:
parent
d76eac258b
commit
e412faecb9
7 changed files with 50 additions and 8 deletions
|
|
@ -127,6 +127,7 @@ class ContactsFragment : ScreenFragment("Messages"), Logging {
|
|||
override fun onCreateActionMode(mode: ActionMode, menu: Menu): Boolean {
|
||||
mode.menuInflater.inflate(R.menu.menu_messages, menu)
|
||||
menu.findItem(R.id.resendButton).isVisible = false
|
||||
menu.findItem(R.id.copyButton).isVisible = false
|
||||
mode.title = "1"
|
||||
return true
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue