mirror of
https://github.com/linuxdeepin/dde-dock.git
synced 2025-06-02 15:45:21 +00:00
fix: 修复蓝牙连接成功后动画显示问题
连接需要PIN码的蓝牙设备,连接中的动画控件还停留在旧的位置,连接成功,该状态立即隐藏 Log: Influence: 任务栏-蓝牙插件-连接需要PIN码的蓝牙设备连接成功,蓝牙列表状态显示正常 Bug: https://pms.uniontech.com/bug-view-159331.html
This commit is contained in:
parent
695a1c32a7
commit
5d01010b7e
@ -120,6 +120,8 @@ void BluetoothDeviceItem::updateDeviceState(Device::State state)
|
||||
m_stateAction->setVisible(false);
|
||||
m_connAction->setVisible(false);
|
||||
}
|
||||
|
||||
m_loading->setVisible(state == Device::StateAvailable);
|
||||
emit deviceStateChanged(m_device);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user