mirror of
				https://github.com/SimpleMobileTools/Simple-Contacts.git
				synced 2025-06-05 21:59:27 +02:00 
			
		
		
		
	Removed redundant toast on copying to clipboard
This commit is contained in:
		| @@ -858,7 +858,6 @@ class ViewContactActivity : ContactActivity() { | |||||||
|     private fun View.copyOnLongClick(value: String) { |     private fun View.copyOnLongClick(value: String) { | ||||||
|         setOnLongClickListener { |         setOnLongClickListener { | ||||||
|             copyToClipboard(value) |             copyToClipboard(value) | ||||||
|             toast(R.string.value_copied_to_clipboard) |  | ||||||
|             true |             true | ||||||
|         } |         } | ||||||
|     } |     } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user