Mobile: provide better tracking of applied GPS fixes

Also reset the page stack to make sure we don't end up with stale data.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2019-10-22 21:57:02 -04:00
parent 4c55074bd7
commit bf6a644fc6
4 changed files with 15 additions and 7 deletions

View file

@ -27,7 +27,7 @@ public:
~GpsLocation();
static GpsLocation *instance();
static bool hasInstance();
bool applyLocations();
int applyLocations();
int getGpsNum() const;
bool hasLocationsSource();
QString currentPosition();