mirror of
https://github.com/daveallie/crosspoint-reader.git
synced 2026-02-04 14:47:37 +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) {
|
||||
xSemaphoreTake(renderingMutex, portMAX_DELAY);
|
||||
exitActivity();
|
||||
enterNewActivity(new WifiSelectionActivity(renderer, mappedInput, [this] {
|
||||
enterNewActivity(new WifiSelectionActivity(renderer, mappedInput, [this](bool) {
|
||||
exitActivity();
|
||||
updateRequired = true;
|
||||
}));
|
||||
|
||||
Loading…
Reference in New Issue
Block a user