mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-28 05:36:37 +00:00
Fix dropdownlist close bug
Thanks htvekov
This commit is contained in:
parent
b139d20594
commit
6cc646a93f
@ -1855,7 +1855,7 @@ static hasp_attribute_type_t attribute_common_method(lv_obj_t* obj, uint16_t att
|
||||
if(attr_hash == ATTR_OPEN)
|
||||
lv_dropdown_open(obj);
|
||||
else
|
||||
lv_dropdown_open(obj);
|
||||
lv_dropdown_close(obj);
|
||||
break;
|
||||
|
||||
default:
|
||||
|
Loading…
x
Reference in New Issue
Block a user