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

Method onShow

Tactility/Source/app/files/FilesApp.cpp:25–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23 }
24
25 void onShow(AppContext& appContext, lv_obj_t* parent) override {
26 view->init(appContext, parent);
27 }
28
29 void onResult(AppContext& appContext, LaunchId launchId, Result result, std::unique_ptr<Bundle> bundle) override {
30 view->onResult(launchId, result, std::move(bundle));

Callers

nothing calls this directly

Calls 1

initMethod · 0.45

Tested by

no test coverage detected