| 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)); |