| 18 | public: |
| 19 | |
| 20 | FilesApp() { |
| 21 | state = std::make_shared<State>(); |
| 22 | view = std::make_unique<View>(state); |
| 23 | } |
| 24 | |
| 25 | void onShow(AppContext& appContext, lv_obj_t* parent) override { |
| 26 | view->init(appContext, parent); |
nothing calls this directly
no outgoing calls
no test coverage detected