Resolved On-Demand XTRA time injection issue
Resolved issue where XTRA data was being requested instead of time during On-Demand time injection. CRs-Fixed: 530415 Change-Id: Ibf057073dc4eddc011f5df5c13d60eb552eec8c9
This commit is contained in:
parent
6e83f87256
commit
42211a946a
1 changed files with 1 additions and 1 deletions
|
@ -209,7 +209,7 @@ inline
|
||||||
bool LocEngAdapter::requestTime()
|
bool LocEngAdapter::requestTime()
|
||||||
{
|
{
|
||||||
if (mAgpsEnabled) {
|
if (mAgpsEnabled) {
|
||||||
sendMsg(new LocEngRequestXtra(mOwner));
|
sendMsg(new LocEngRequestTime(mOwner));
|
||||||
}
|
}
|
||||||
return mAgpsEnabled;
|
return mAgpsEnabled;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue