From 5c259fa0e21ef79b83087acce9ad0e10a8a13f98 Mon Sep 17 00:00:00 2001 From: MX <10697207+xMasterX@users.noreply.github.com> Date: Sat, 13 May 2023 00:17:28 +0300 Subject: [PATCH] Set path just in case --- .../scenes/bt_settings_scene_forget_dev_confirm.c | 1 + 1 file changed, 1 insertion(+) diff --git a/applications/settings/bt_settings_app/scenes/bt_settings_scene_forget_dev_confirm.c b/applications/settings/bt_settings_app/scenes/bt_settings_scene_forget_dev_confirm.c index d009ae2d5..150c3ef9f 100644 --- a/applications/settings/bt_settings_app/scenes/bt_settings_scene_forget_dev_confirm.c +++ b/applications/settings/bt_settings_app/scenes/bt_settings_scene_forget_dev_confirm.c @@ -30,6 +30,7 @@ bool bt_settings_scene_forget_dev_confirm_on_event(void* context, SceneManagerEv if(event.event == DialogExResultLeft) { consumed = scene_manager_previous_scene(app->scene_manager); } else if(event.event == DialogExResultRight) { + bt_keys_storage_set_default_path(app->bt); bt_forget_bonded_devices(app->bt); // Also remove keys of BadBT, Bluetooth Remote, TOTP Authenticator