mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-01-18 11:52:08 +01:00
Fixed Android build
This commit is contained in:
parent
05ae8fa557
commit
f85634af3f
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user