Fix exiting WifiSelectionActivity renderer early
Some checks are pending
CI / build (push) Waiting to run

This commit is contained in:
Dave Allie 2025-12-28 19:26:57 +11:00
parent 02350c6a9f
commit bf031fd999
No known key found for this signature in database
GPG Key ID: F2FDDB3AD8D0276F

View File

@ -437,7 +437,7 @@ std::string WifiSelectionActivity::getSignalStrengthIndicator(const int32_t rssi
void WifiSelectionActivity::displayTaskLoop() { void WifiSelectionActivity::displayTaskLoop() {
while (true) { while (true) {
if (subActivity) { if (subActivity) {
return; continue;
} }
if (updateRequired) { if (updateRequired) {