fix spinner values issue as isolate payment address from spinner
This commit is contained in:
parent
413283f3b0
commit
4b77b22266
|
@ -22,6 +22,8 @@ class UIkivySignaler(Thread):
|
||||||
# elif command == 'rerenderAddressBook':
|
# elif command == 'rerenderAddressBook':
|
||||||
# state.kivyapp.obj_1.refreshs()
|
# state.kivyapp.obj_1.refreshs()
|
||||||
# Need to discuss this
|
# Need to discuss this
|
||||||
|
elif command == 'writeNewpaymentAddressToTable':
|
||||||
|
pass
|
||||||
elif command == 'updateSentItemStatusByAckdata':
|
elif command == 'updateSentItemStatusByAckdata':
|
||||||
state.kivyapp.status_dispatching(data)
|
state.kivyapp.status_dispatching(data)
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
|
|
|
@ -288,7 +288,7 @@ class addressGenerator(StoppableThread):
|
||||||
queues.UISignalQueue.put((
|
queues.UISignalQueue.put((
|
||||||
'updateStatusBar', ""
|
'updateStatusBar', ""
|
||||||
))
|
))
|
||||||
queues.UISignalQueue.put(('writeNewAddressToTable', (
|
queues.UISignalQueue.put(('writeNewpaymentAddressToTable', (
|
||||||
label, address, streamNumber)))
|
label, address, streamNumber)))
|
||||||
shared.reloadMyAddressHashes()
|
shared.reloadMyAddressHashes()
|
||||||
if addressVersionNumber == 3:
|
if addressVersionNumber == 3:
|
||||||
|
|
Reference in New Issue
Block a user