ui: remove assert that updated receiver is still in window
This commit is contained in:
parent
65824a4c08
commit
d487a0d889
|
|
@ -783,7 +783,6 @@ def update(device, need_popup=False):
|
||||||
# receiver
|
# receiver
|
||||||
is_alive = bool(device)
|
is_alive = bool(device)
|
||||||
item = _receiver_row(device.path, device if is_alive else None)
|
item = _receiver_row(device.path, device if is_alive else None)
|
||||||
assert item
|
|
||||||
|
|
||||||
if is_alive and item:
|
if is_alive and item:
|
||||||
was_pairing = bool(_model.get_value(item, _COLUMN.STATUS_ICON))
|
was_pairing = bool(_model.get_value(item, _COLUMN.STATUS_ICON))
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue