run the anim before running the app

if running the app blocks for a while having the anim running already
This commit is contained in:
Marco Martin 2016-09-02 17:43:23 +02:00
parent a0be58c595
commit f97c377b06

View file

@ -360,11 +360,11 @@ Item {
return;
}
clickFedbackAnimation.target = item;
clickFedbackAnimation.running = true;
feedbackWindow.title = item.modelData.ApplicationNameRole;
feedbackWindow.state = "open";
plasmoid.nativeInterface.applicationListModel.runApplication(item.modelData.ApplicationStorageIdRole);
clickFedbackAnimation.target = item;
clickFedbackAnimation.running = true;
}
PlasmaCore.ColorScope {