kivy: don't switch screen in address_dialog

This commit is contained in:
ThomasV 2016-02-09 23:05:39 +01:00
parent 4901aebde0
commit 25ff73eff3
1 changed files with 1 additions and 1 deletions

View File

@ -639,7 +639,7 @@ class ElectrumWindow(App):
popup.open()
def address_dialog(self, screen):
self.switch_to('invoices')
pass
def description_dialog(self, screen):
from uix.dialogs.label_dialog import LabelDialog