add vibro on stop to in-pocket mode

This commit is contained in:
DerSkythe
2022-10-10 03:24:44 +04:00
parent 382f620aff
commit 7ded162c94
@@ -77,6 +77,10 @@ bool subbrute_scene_run_attack_on_event(void* context, SceneManagerEvent event)
} else if(
event.event == SubBruteCustomEventTypeTransmitNotStarted ||
event.event == SubBruteCustomEventTypeBackPressed) {
if (subbrute_worker_is_running(instance->worker)) {
// Notify
notification_message(instance->notifications, &sequence_single_vibro);
}
// Stop transmit
scene_manager_search_and_switch_to_previous_scene(
instance->scene_manager, SubBruteSceneSetupAttack);