MCPcopy Create free account
hub / github.com/TactilityProject/Tactility / onNavigate

Method onNavigate

Tactility/Source/app/files/View.cpp:561–566  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

559}
560
561void View::onNavigate() {
562 auto scoped_lockable = lvgl::getSyncLock()->asScopedLock();
563 if (scoped_lockable.lock(lvgl::defaultLockTime)) {
564 lv_obj_add_flag(action_list, LV_OBJ_FLAG_HIDDEN);
565 }
566}
567
568void View::onResult(LaunchId launchId, Result result, std::unique_ptr<Bundle> bundle) {
569 if (result != Result::Ok || bundle == nullptr) {

Callers

nothing calls this directly

Calls 3

getSyncLockFunction · 0.85
asScopedLockMethod · 0.80
lockMethod · 0.45

Tested by

no test coverage detected