Remove additional toast on copy as Clipboard already shows one
This commit is contained in:
parent
a67a6e9bba
commit
f53d4aa7d0
@ -484,7 +484,6 @@ class NavigateApp(MDApp):
|
|||||||
def copy_composer_text(self, text):
|
def copy_composer_text(self, text):
|
||||||
"""Copy text to clipboard"""
|
"""Copy text to clipboard"""
|
||||||
Clipboard.copy(text)
|
Clipboard.copy(text)
|
||||||
toast("Copied to clipboard")
|
|
||||||
|
|
||||||
|
|
||||||
class PaymentMethodLayout(BoxLayout):
|
class PaymentMethodLayout(BoxLayout):
|
||||||
|
Reference in New Issue
Block a user