improve demo ui

This commit is contained in:
lixianjing 2020-12-14 11:40:00 +08:00
parent 80455a9194
commit 94a980063b

View File

@ -736,6 +736,7 @@ static ret_t timer_preload(const timer_info_t* timer) {
/* window_open("system_bar_bottom");*/ /* window_open("system_bar_bottom");*/
#endif /*MOBILE_APP*/ #endif /*MOBILE_APP*/
open_window("top", NULL);
open_window("main", win); open_window("main", win);
return RET_REMOVE; return RET_REMOVE;