fix import

This commit is contained in:
Eliz 2026-02-01 20:28:52 +00:00
parent 05b0aaa587
commit 6c2d7c7044

View File

@ -99,7 +99,7 @@ void CategorySettingsActivity::toggleCurrentSetting() {
if (strcmp(setting.name, "Network") == 0) {
xSemaphoreTake(renderingMutex, portMAX_DELAY);
exitActivity();
enterNewActivity(new WifiSelectionActivity(renderer, mappedInput, [this] {
enterNewActivity(new WifiSelectionActivity(renderer, mappedInput, [this](bool) {
exitActivity();
updateRequired = true;
}));