Android: update UI after downloadSdk() is done

Make sure the UI ticks are updated directly after SDK Tools package
is downloaded.

Change-Id: If1d94c624dcbc5be14246f61b197d849438d19e5
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
Assam Boudjelthia
2020-02-20 17:30:06 +02:00
parent 2191bcea36
commit 37ff19c002

View File

@@ -786,6 +786,7 @@ void AndroidSettingsWidget::downloadSdk()
connect(sdkDownloader, &AndroidSdkDownloader::sdkExtracted, this, [this]() {
m_sdkManager->reloadPackages(true);
updateUI();
apply();
});