1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-10-06 06:43:22 +02:00

Fixed Android build

This commit is contained in:
Martin Tůma 2023-08-30 20:56:04 +02:00
parent 05ae8fa557
commit f85634af3f

View File

@ -123,7 +123,7 @@ void App::appStateChanged(Qt::ApplicationState state)
if (!_gui->openFile(path, false, silent)) {
MapAction *a;
if (!_gui->loadMap(path, a, true))
if (!_gui->loadMap(path, a, silent))
_gui->openFile(path, true, showError);
else {
if (a)