Question
How to deal with assertion "timerWidgets.size() < MAX_TIMER_WIDGETS"
It like this
And this code leads to it(in customContainer).
Application::getInstance()->registerTimerWidget(this);And I try to modify the MAX_TIMER_WIDGETS from 32 to 64. It not works.
