mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-24 03:35:53 +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…
Reference in New Issue
Block a user