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:
Ashwin Kumar 2013-08-16 23:29:00 +05:30
parent 6e83f87256
commit 42211a946a

View file

@ -209,7 +209,7 @@ inline
bool LocEngAdapter::requestTime()
{
if (mAgpsEnabled) {
sendMsg(new LocEngRequestXtra(mOwner));
sendMsg(new LocEngRequestTime(mOwner));
}
return mAgpsEnabled;
}