Skip to content

Commit

Permalink
Remove toaster that interferes with tracking due to icon name change
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed Dec 28, 2024
1 parent a61ec90 commit 5d5827e
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/qml/qgismobileapp.qml
Original file line number Diff line number Diff line change
Expand Up @@ -1841,16 +1841,6 @@ ApplicationWindow {

anchors.right: parent.right

onIconSourceChanged: {
if (state === "On") {
if (positionSource.positionInformation && positionSource.positionInformation.latitudeValid) {
displayToast(qsTr("Received position"));
} else {
displayToast(qsTr("Searching for position"));
}
}
}

/*
/ When set to true, the map will follow the device's current position; the map
/ will stop following the position whe the user manually drag the map.
Expand Down

0 comments on commit 5d5827e

Please sign in to comment.