From b5f5ce739b4942905729699c84526e67eaa04f9c Mon Sep 17 00:00:00 2001 From: ShaneSmiskol Date: Wed, 14 Jul 2021 13:39:39 -0700 Subject: [PATCH] Update networking comment old-commit-hash: bb09f68783c385eb8003d980e047e956c2442026 --- selfdrive/ui/qt/offroad/networking.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selfdrive/ui/qt/offroad/networking.cc b/selfdrive/ui/qt/offroad/networking.cc index 0fe29fd249..aa3e523da8 100644 --- a/selfdrive/ui/qt/offroad/networking.cc +++ b/selfdrive/ui/qt/offroad/networking.cc @@ -102,7 +102,7 @@ void Networking::wrongPassword(const QString &ssid) { } void Networking::showEvent(QShowEvent* event) { - // Wait to refresh to avoid queuing up too many scans if shown and hidden quickly + // Wait to refresh to avoid delay when showing Networking widget QTimer::singleShot(300, this, [=]() { if (this->isVisible()) { wifi->refreshNetworks();