Skip to content
Snippets Groups Projects
Commit d502727b authored by Tobias Hunger's avatar Tobias Hunger
Browse files

Android: Fix possible crash


Change-Id: I1b73a077f6d2f157d4367358f9f156d32b3e6cea
Task-number: QTCREATORBUG-15832
Reviewed-by: default avatarEike Ziller <eike.ziller@theqtcompany.com>
parent f941eed4
Branches
Tags v3.6.1
No related merge requests found
...@@ -599,6 +599,7 @@ void AndroidManifestEditorWidget::postSave() ...@@ -599,6 +599,7 @@ void AndroidManifestEditorWidget::postSave()
if (project) { if (project) {
if (Target *target = project->activeTarget()) { if (Target *target = project->activeTarget()) {
AndroidQtSupport *androidQtSupport = AndroidManager::androidQtSupport(target); AndroidQtSupport *androidQtSupport = AndroidManager::androidQtSupport(target);
if (androidQtSupport)
androidQtSupport->manifestSaved(target); androidQtSupport->manifestSaved(target);
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment