Fix user not being able to close dialog

This commit is contained in:
croneter 2018-09-16 17:18:37 +02:00
parent 1fe244e8a6
commit c6073e2426

View file

@ -262,7 +262,7 @@ def _sign_in_with_pin():
LOG.debug('Pin login aborted')
pinlogin.abort()
return
time.sleep(0.1)
xbmc.sleep(100)
if not pinlogin.expired:
if pinlogin.xml:
pin_login_window.setLinking()