mirror of
https://github.com/SimpleMobileTools/Simple-Contacts.git
synced 2025-02-17 03:51:03 +01:00
Removed redundant toast on copying to clipboard
This commit is contained in:
parent
4ff8a3eca0
commit
115de7e014
@ -858,7 +858,6 @@ class ViewContactActivity : ContactActivity() {
|
||||
private fun View.copyOnLongClick(value: String) {
|
||||
setOnLongClickListener {
|
||||
copyToClipboard(value)
|
||||
toast(R.string.value_copied_to_clipboard)
|
||||
true
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user