Removed unnecessary call to bt_notific

`notification` page is loaded right after that.
This commit is contained in:
Edward Firmo
2023-10-03 14:56:48 +02:00
parent 742e2a243d
commit d7116c0c68

View File

@@ -242,7 +242,6 @@ api:
ESP_LOGV("service.notification_show", "Starting");
id(disp1).send_command_printf("is_notification=1");
if (id(current_page).state.c_str() == "home") id(disp1).show_component("bt_notific");
id(disp1).goto_page("notification");
id(disp1).set_component_text_printf("notification.notifi_label", "%s", label.c_str());