Fix HID Analyzer plugin

use new attach_to_gui function
This commit is contained in:
MX 2022-08-12 23:17:15 +03:00
parent c78e0b8706
commit 6396e3287a
No known key found for this signature in database
GPG key ID: 6C4C311DFD4B4AB5

View file

@ -16,6 +16,7 @@ HIDApp::~HIDApp() {
void HIDApp::run(void* _args) {
UNUSED(_args);
view_controller.attach_to_gui(ViewDispatcherTypeFullscreen);
scene_controller.add_scene(SceneType::Read, new HIDAppSceneRead());
scene_controller.add_scene(SceneType::ReadSuccess, new HIDAppSceneReadSuccess());
scene_controller.process(100, SceneType::Read);