Skip to content

Commit

Permalink
Apply review
Browse files Browse the repository at this point in the history
Co-authored-by: Ivan Ivanov <suricactus@users.noreply.github.com>
  • Loading branch information
nirvn and suricactus authored Jan 11, 2024
1 parent 1addf90 commit e4623a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qml/qgismobileapp.qml
Original file line number Diff line number Diff line change
Expand Up @@ -3595,7 +3595,7 @@ ApplicationWindow {
platformUtilities.uploadPendingAttachments(cloudConnection);

var cloudProjectId = QFieldCloudUtils.getProjectId(qgisProject.fileName)
if (cloudProjectId !== '') {
if (cloudProjectId) {
cloudProjectsModel.refreshProjectFileOutdatedStatus(cloudProjectId)
}
}
Expand Down

0 comments on commit e4623a8

Please sign in to comment.