Fix user not being able to close dialog
This commit is contained in:
parent
1fe244e8a6
commit
c6073e2426
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue