tfix #3991 - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit e82838ecbb7b2a8ca3b776859100e680595e7efd DIR parent 2303f7b54036363067dddcae514f67584b6fff50 HTML Author: ThomasV <thomasv@electrum.org> Date: Thu, 1 Mar 2018 14:45:38 +0100 fix #3991 Diffstat: M gui/kivy/main_window.py | 3 --- 1 file changed, 0 insertions(+), 3 deletions(-) --- DIR diff --git a/gui/kivy/main_window.py b/gui/kivy/main_window.py t@@ -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