diff --git a/platform/android/AndroidManifest.xml.in b/platform/android/AndroidManifest.xml.in index 65505430bd..974fb8f84c 100644 --- a/platform/android/AndroidManifest.xml.in +++ b/platform/android/AndroidManifest.xml.in @@ -293,7 +293,7 @@ - + diff --git a/src/core/positioning/positioning.cpp b/src/core/positioning/positioning.cpp index 61924625d7..810bd7e1aa 100644 --- a/src/core/positioning/positioning.cpp +++ b/src/core/positioning/positioning.cpp @@ -33,7 +33,7 @@ Positioning::Positioning( QObject *parent ) : QObject( parent ) { - connect( QgsApplication::instance(), &QGuiApplication::applicationStateChanged, this, &Positioning::onApplicationStateChanged ); + //connect( QgsApplication::instance(), &QGuiApplication::applicationStateChanged, this, &Positioning::onApplicationStateChanged ); } void Positioning::setupSource()