mirror of
https://github.com/daveallie/crosspoint-reader.git
synced 2026-02-04 22:57:50 +03:00
fix import
This commit is contained in:
parent
05b0aaa587
commit
6c2d7c7044
@ -99,7 +99,7 @@ void CategorySettingsActivity::toggleCurrentSetting() {
|
|||||||
if (strcmp(setting.name, "Network") == 0) {
|
if (strcmp(setting.name, "Network") == 0) {
|
||||||
xSemaphoreTake(renderingMutex, portMAX_DELAY);
|
xSemaphoreTake(renderingMutex, portMAX_DELAY);
|
||||||
exitActivity();
|
exitActivity();
|
||||||
enterNewActivity(new WifiSelectionActivity(renderer, mappedInput, [this] {
|
enterNewActivity(new WifiSelectionActivity(renderer, mappedInput, [this](bool) {
|
||||||
exitActivity();
|
exitActivity();
|
||||||
updateRequired = true;
|
updateRequired = true;
|
||||||
}));
|
}));
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user