Commit 22c5f90
fix: Fix failure to update network details after a newly inserted device connects to the network
When a new device is inserted, its 'managed' property is false. After it becomes true, the device object is created, but the signals of the newly created device are not connected. As a result, when the device status changes, the network status is not updated.
Log: Fix failure to update network details after a newly inserted device connects to the network
PMS: BUG-286921
fix: 修复新插入设备连接网络后无法更新网络详情
新插入设备的时候,该设备的managed为false,等它变成true后再创建设备对象,并未连接新创建的设备的信号,所以当设备状态变化的时候,没有更新网络状态
Log: 修复新插入设备连接网络后无法更新网络详情
PMS: BUG-2869211 parent 7b365a4 commit 22c5f90
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
199 | 202 | | |
200 | 203 | | |
201 | 204 | | |
| |||
0 commit comments