mirror of
https://github.com/daveallie/crosspoint-reader.git
synced 2026-02-04 06:37:38 +03:00
Fix exiting WifiSelectionActivity renderer early
Some checks are pending
CI / build (push) Waiting to run
Some checks are pending
CI / build (push) Waiting to run
This commit is contained in:
parent
02350c6a9f
commit
bf031fd999
@ -437,7 +437,7 @@ std::string WifiSelectionActivity::getSignalStrengthIndicator(const int32_t rssi
|
||||
void WifiSelectionActivity::displayTaskLoop() {
|
||||
while (true) {
|
||||
if (subActivity) {
|
||||
return;
|
||||
continue;
|
||||
}
|
||||
|
||||
if (updateRequired) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user