mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 22:56:12 -04:00
Latest sync into repo with fixes
PiperOrigin-RevId: 813321071
This commit is contained in:
committed by
Copybara-Service
parent
04f9204855
commit
c957099ca0
@@ -77,6 +77,11 @@ void ProcessDataElement(const nearby_protocol::V0DataElement& data_element,
|
||||
}
|
||||
case nearby_protocol::V0DataElementKind::Actions: {
|
||||
AddActionsToAdvertisement(data_element.AsActions(), advertisement);
|
||||
return;
|
||||
}
|
||||
default: {
|
||||
LOG(WARNING) << "Unsupported data element type: "
|
||||
<< (int)data_element.GetKind();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user