mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
Automated Code Change
PiperOrigin-RevId: 794907143
This commit is contained in:
@@ -92,7 +92,7 @@ bool ConnectivityManagerImpl::IsHPRealtekDevice() {
|
||||
return false;
|
||||
}
|
||||
|
||||
absl::MutexLock lock(&mutex_);
|
||||
absl::MutexLock lock(mutex_);
|
||||
|
||||
// Lazy initialization since CreateSystemInfo can take a long time.
|
||||
if (!is_hp_realtek_device_.has_value()) {
|
||||
|
||||
Reference in New Issue
Block a user