mirror of
https://github.com/crosspoint-reader/crosspoint-reader.git
synced 2026-04-29 10:26:52 -07:00
Fix exiting WifiSelectionActivity renderer early
This commit is contained in:
@@ -437,7 +437,7 @@ std::string WifiSelectionActivity::getSignalStrengthIndicator(const int32_t rssi
|
||||
void WifiSelectionActivity::displayTaskLoop() {
|
||||
while (true) {
|
||||
if (subActivity) {
|
||||
return;
|
||||
continue;
|
||||
}
|
||||
|
||||
if (updateRequired) {
|
||||
|
||||
Reference in New Issue
Block a user