File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 13
13
stack_size=2 * 1024,
14
14
fap_author="gid9798 xMasterX",
15
15
fap_weburl="https://github.com/DarkFlippers/Multi_Fuzzer",
16
- fap_version="1.4 ",
16
+ fap_version="1.5 ",
17
17
targets=["f7"],
18
18
fap_description="Fuzzer for ibutton readers",
19
19
fap_icon="icons/ibutt_10px.png",
43
43
stack_size=2 * 1024,
44
44
fap_author="gid9798 xMasterX",
45
45
fap_weburl="https://github.com/DarkFlippers/Multi_Fuzzer",
46
- fap_version="1.4 ",
46
+ fap_version="1.5 ",
47
47
targets=["f7"],
48
48
fap_description="Fuzzer for lfrfid readers",
49
49
fap_icon="icons/rfid_10px.png",
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ PacsFuzzerApp* fuzzer_app_alloc() {
69
69
fuzzer_view_field_editor_get_view (app -> field_editor_view ));
70
70
71
71
app -> scene_manager = scene_manager_alloc (& fuzzer_scene_handlers , app );
72
- view_dispatcher_enable_queue ( app -> view_dispatcher );
72
+
73
73
74
74
view_dispatcher_set_event_callback_context (app -> view_dispatcher , app );
75
75
view_dispatcher_set_custom_event_callback (
You can’t perform that action at this time.
0 commit comments