From f97c377b0696a86c543d76edf81ed097c284c595 Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Fri, 2 Sep 2016 17:43:23 +0200 Subject: [PATCH] run the anim before running the app if running the app blocks for a while having the anim running already --- containments/homescreen/package/contents/ui/main.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/containments/homescreen/package/contents/ui/main.qml b/containments/homescreen/package/contents/ui/main.qml index 43eea009..527dedbc 100644 --- a/containments/homescreen/package/contents/ui/main.qml +++ b/containments/homescreen/package/contents/ui/main.qml @@ -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 {