Fixed bug about max num/day.
This commit is contained in:
parent
f5ee68317b
commit
8b723b54b4
|
@ -335,10 +335,12 @@ void hidde_MaxNum_page(void)
|
||||||
if(MaxNumTitleLabel)
|
if(MaxNumTitleLabel)
|
||||||
{
|
{
|
||||||
lv_obj_del(MaxNumTitleLabel);
|
lv_obj_del(MaxNumTitleLabel);
|
||||||
|
MaxNumTitleLabel = NULL;
|
||||||
}
|
}
|
||||||
if(MaxNumValueLabel)
|
if(MaxNumValueLabel)
|
||||||
{
|
{
|
||||||
lv_obj_del(MaxNumValueLabel);
|
lv_obj_del(MaxNumValueLabel);
|
||||||
|
MaxNumValueLabel = NULL;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user