We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bda518 commit 0d24070Copy full SHA for 0d24070
1 file changed
Tactility/Source/service/gui/GuiService.cpp
@@ -1,5 +1,3 @@
1
-#include "../../../../TactilityC/Include/tt_kernel.h"
2
-
3
#include <Tactility/service/gui/GuiService.h>
4
5
#include <Tactility/app/AppInstance.h>
@@ -236,7 +234,7 @@ void GuiService::hideApp() {
236
234
237
235
// We must lock the LVGL port, because the viewport hide callbacks
238
// might call LVGL APIs (e.g. to remove the keyboard from the screen root)
239
- lvgl::lock(TT_MAX_TICKS);
+ lvgl::lock(portMAX_DELAY);
240
appToRender->getApp()->onHide(*appToRender);
241
lvgl::unlock();
242
appToRender = nullptr;
0 commit comments