mobile: restore dev_info display

In commit 105b60389c ("mobile: remove GpsLocation reference from qmlmanager") I
was a bit careless with the code removal and unintentionally also removed the
initialization of the progress callback.  With this change the updates from the
download process are once again shown on screen in the mobile app.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2021-09-27 08:42:50 -07:00
parent a481cdc13d
commit 5e9ee9febb

View file

@ -292,6 +292,7 @@ QMLManager::QMLManager() :
connect(&btDiscovery->localBtDevice, &QBluetoothLocalDevice::hostModeStateChanged,
this, &QMLManager::btHostModeChange);
}
progress_callback = &progressCallback;
set_git_update_cb(&gitProgressCB);
// present dive site lists sorted by name