Merge "fix: Creating LocationAPI object rejected"

This commit is contained in:
Linux Build Service Account 2018-05-18 22:13:11 -07:00 committed by Gerrit - the friendly Code Review server
commit a0f260d23c

View file

@ -62,6 +62,7 @@ static bool isGnssClient(LocationCallbacks& locationCallbacks)
{
return (locationCallbacks.gnssNiCb != nullptr ||
locationCallbacks.trackingCb != nullptr ||
locationCallbacks.gnssLocationInfoCb != nullptr ||
locationCallbacks.gnssMeasurementsCb != nullptr);
}