follow-up previous commit

This commit is contained in:
ThomasV 2018-03-03 10:36:56 +01:00
parent 1e6d522137
commit f863e7c7a8
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ Builder.load_string('''
height: '48dp'
text: _('OK')
on_release:
root.callback(btc.text)
root.callback(btc.text if kb.amount else '')
popup.dismiss()
''')