Skip to content

Commit

Permalink
Disable app state change code for now
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed Dec 22, 2024
1 parent 445eb8d commit d874151
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion platform/android/AndroidManifest.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@
<meta-data android:name="android.app.background_running" android:value="true"/>
</service>

<service android:process=":qt" android:name="ch.opengis.@[email protected]">
<service android:process=":qt_service" android:name="ch.opengis.@[email protected]">
<meta-data android:name="android.app.arguments" android:value="--positioningservice"/>
<meta-data android:name="android.app.lib_name" android:value="@string/lib_name"/>
<meta-data android:name="android.app.repository" android:value="default"/>
Expand Down
2 changes: 1 addition & 1 deletion src/core/positioning/positioning.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit d874151

Please sign in to comment.