mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 17:31:36 +00:00
fix #3991
This commit is contained in:
parent
2303f7b540
commit
e82838ecbb
1 changed files with 0 additions and 3 deletions
|
@ -684,9 +684,6 @@ class ElectrumWindow(App):
|
||||||
def on_resume(self):
|
def on_resume(self):
|
||||||
if self.nfcscanner:
|
if self.nfcscanner:
|
||||||
self.nfcscanner.nfc_enable()
|
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):
|
def on_size(self, instance, value):
|
||||||
width, height = value
|
width, height = value
|
||||||
|
|
Loading…
Add table
Reference in a new issue