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')
|
LOG.debug('Pin login aborted')
|
||||||
pinlogin.abort()
|
pinlogin.abort()
|
||||||
return
|
return
|
||||||
time.sleep(0.1)
|
xbmc.sleep(100)
|
||||||
if not pinlogin.expired:
|
if not pinlogin.expired:
|
||||||
if pinlogin.xml:
|
if pinlogin.xml:
|
||||||
pin_login_window.setLinking()
|
pin_login_window.setLinking()
|
||||||
|
|
Loading…
Reference in a new issue