MerginMaps / mobile

Mobile app for Mergin Maps 📲. Open QGIS projects and manage vector data on your phone, even offline 📶 (Android/iOS/Windows app)
https://merginmaps.com
GNU General Public License v2.0
294 stars 64 forks source link

Fix project opening #3433

Closed tomasMizera closed 4 months ago

tomasMizera commented 4 months ago

https://github.com/MerginMaps/mobile/pull/3401 was a good effort for fixing https://github.com/MerginMaps/mobile/issues/3358, however the correct solution was not to remove the code, but move it from onProjectReloaded to onLoadingFinished -> this signal is not emitted when doing reload of active project.

Resolves https://github.com/MerginMaps/mobile/issues/3358 Resolves https://github.com/MerginMaps/mobile/issues/3422

tomasMizera commented 4 months ago

Merging this to build release candidate