[6.6.0][FSM] refactor: 更新 FSM 状态栏 ICON;

This commit is contained in:
aibingbing
2024-08-14 18:47:33 +08:00
parent a9d938f093
commit ace60c61e2
5 changed files with 1 additions and 1 deletions

View File

@@ -136,7 +136,7 @@ internal class StatusAdapter(val ctx: Context, var data: List<Status>): Recycler
is FSMStatus -> { is FSMStatus -> {
when (status.state) { when (status.state) {
FSMStateCode.IpcNotConnected -> { FSMStateCode.IpcNotConnected -> {
iv.setImageDrawable(null) iv.background = ContextCompat.getDrawable(itemView.context, drawable.icon_dev_status_fsm_not_connected)
CallerHmiManager.dismissFSMStatusDetailWindow() CallerHmiManager.dismissFSMStatusDetailWindow()
} }
FSMStateCode.NoneExist -> { FSMStateCode.NoneExist -> {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.0 KiB

After

Width:  |  Height:  |  Size: 7.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.2 KiB

After

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.8 KiB

After

Width:  |  Height:  |  Size: 5.9 KiB