[6.6.0][FSM] refactor: 更新 FSM 状态栏 ICON;
@@ -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 -> {
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 7.0 KiB After Width: | Height: | Size: 7.1 KiB |
|
Before Width: | Height: | Size: 6.2 KiB After Width: | Height: | Size: 6.3 KiB |
|
After Width: | Height: | Size: 4.7 KiB |
|
Before Width: | Height: | Size: 5.8 KiB After Width: | Height: | Size: 5.9 KiB |