2025-02-13 09:51 AM
Hi I was wondering what the best method is to change screens programatically. I saw
application().gotoXScreenNoTransition()
and also
static_cast<FrontendApplication*>(Application::getInstance())->gotoXScreenNoTransition();
Is there any difference in efficiency for the program?