Fix dropdownlist close bug

Thanks htvekov
This commit is contained in:
fvanroie 2022-01-18 00:13:28 +01:00 committed by GitHub
parent b139d20594
commit 6cc646a93f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1855,7 +1855,7 @@ static hasp_attribute_type_t attribute_common_method(lv_obj_t* obj, uint16_t att
if(attr_hash == ATTR_OPEN) if(attr_hash == ATTR_OPEN)
lv_dropdown_open(obj); lv_dropdown_open(obj);
else else
lv_dropdown_open(obj); lv_dropdown_close(obj);
break; break;
default: default: