Merge "fix: Creating LocationAPI object rejected"
This commit is contained in:
commit
a0f260d23c
1 changed files with 1 additions and 0 deletions
|
@ -62,6 +62,7 @@ static bool isGnssClient(LocationCallbacks& locationCallbacks)
|
|||
{
|
||||
return (locationCallbacks.gnssNiCb != nullptr ||
|
||||
locationCallbacks.trackingCb != nullptr ||
|
||||
locationCallbacks.gnssLocationInfoCb != nullptr ||
|
||||
locationCallbacks.gnssMeasurementsCb != nullptr);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue