diff --git a/gui/kivy/main_window.py b/gui/kivy/main_window.py index 020388fad..09db416f2 100644 --- a/gui/kivy/main_window.py +++ b/gui/kivy/main_window.py @@ -684,9 +684,6 @@ class ElectrumWindow(App): def on_resume(self): if self.nfcscanner: self.nfcscanner.nfc_enable() - # workaround p4a bug: - # show an empty info bubble, to refresh the display - self.show_info_bubble('', duration=0.1, pos=(0,0), width=1, arrow_pos=None) def on_size(self, instance, value): width, height = value