1
0

kivy wizard: use own soft keyboard

This commit is contained in:
ThomasV
2016-02-13 15:10:17 +01:00
parent 950f3ae633
commit 656069070a
3 changed files with 168 additions and 56 deletions

View File

@@ -230,11 +230,11 @@ class ElectrumWindow(App):
def set_URI(self, url):
try:
url = electrum.util.parse_URI(url, self.on_pr)
d = electrum.util.parse_URI(url, self.on_pr)
except:
self.show_info(_("Not a Bitcoin URI") + ':\n', url)
return
self.send_screen.set_URI(url)
self.send_screen.set_URI(d)
def on_qr(self, data):
if data.startswith('bitcoin:'):