| 605 | } |
| 606 | |
| 607 | void UniversalLocator::updateLocateBar() { |
| 608 | mLocateBarLayout->runOnMainThread( [this] { updateLocateBarSync(); } ); |
| 609 | } |
| 610 | |
| 611 | void UniversalLocator::showBar() { |
| 612 | mApp->hideGlobalSearchBar(); |
nothing calls this directly
no test coverage detected