diff --git a/src/bitmessagekivy/mpybit.py b/src/bitmessagekivy/mpybit.py index 4c766140..006576fd 100644 --- a/src/bitmessagekivy/mpybit.py +++ b/src/bitmessagekivy/mpybit.py @@ -484,7 +484,6 @@ class NavigateApp(MDApp): def copy_composer_text(self, text): """Copy text to clipboard""" Clipboard.copy(text) - toast("Copied to clipboard") class PaymentMethodLayout(BoxLayout):