Bug 1121497 - Need to stop location manager before start, r=dougt

This commit is contained in:
Garvan Keeley 2015-01-14 20:02:00 +01:00
Родитель f7de6cc231
Коммит 9712cec06b
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -211,6 +211,8 @@ CoreLocationLocationProvider::Startup()
mCLObjects = clObjs.forget();
}
// Must be stopped before starting or response (success or failure) is not guaranteed
[mCLObjects->mLocationManager stopUpdatingLocation];
[mCLObjects->mLocationManager startUpdatingLocation];
return NS_OK;
}