mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-11-23 19:00:43 +03:00
[FL-2877] Don't turn off the backlight on MFC dict attack #1826
Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
parent
01f7a3e5b5
commit
19cb469e4b
@ -91,6 +91,7 @@ void nfc_scene_mf_classic_dict_attack_on_enter(void* context) {
|
|||||||
nfc_scene_mf_classic_dict_attack_prepare_view(nfc, DictAttackStateIdle);
|
nfc_scene_mf_classic_dict_attack_prepare_view(nfc, DictAttackStateIdle);
|
||||||
view_dispatcher_switch_to_view(nfc->view_dispatcher, NfcViewDictAttack);
|
view_dispatcher_switch_to_view(nfc->view_dispatcher, NfcViewDictAttack);
|
||||||
nfc_blink_read_start(nfc);
|
nfc_blink_read_start(nfc);
|
||||||
|
notification_message(nfc->notifications, &sequence_display_backlight_enforce_on);
|
||||||
}
|
}
|
||||||
|
|
||||||
bool nfc_scene_mf_classic_dict_attack_on_event(void* context, SceneManagerEvent event) {
|
bool nfc_scene_mf_classic_dict_attack_on_event(void* context, SceneManagerEvent event) {
|
||||||
@ -167,4 +168,5 @@ void nfc_scene_mf_classic_dict_attack_on_exit(void* context) {
|
|||||||
}
|
}
|
||||||
dict_attack_reset(nfc->dict_attack);
|
dict_attack_reset(nfc->dict_attack);
|
||||||
nfc_blink_stop(nfc);
|
nfc_blink_stop(nfc);
|
||||||
|
notification_message(nfc->notifications, &sequence_display_backlight_enforce_auto);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user