Force focus to another object using code

Hello, u need to check:
void lv_group_focus_obj(lv_obj_t * obj)

I had the same problem and it solved for me!
I guess in ur situation u need to use:
lv_group_focus_obj( ui_LabelTestTimeValue);