From 67863e7e5463db3fcdbe2fff290172224488a1e1 Mon Sep 17 00:00:00 2001 From: Devin Lin Date: Mon, 29 Nov 2021 23:18:18 +0000 Subject: [PATCH] homescreen: Remove non-existent function call --- components/mobilehomescreencomponents/qml/GridViewAppDrawer.qml | 1 - components/mobilehomescreencomponents/qml/ListViewAppDrawer.qml | 1 - 2 files changed, 2 deletions(-) diff --git a/components/mobilehomescreencomponents/qml/GridViewAppDrawer.qml b/components/mobilehomescreencomponents/qml/GridViewAppDrawer.qml index f86d8d36..2b986660 100644 --- a/components/mobilehomescreencomponents/qml/GridViewAppDrawer.qml +++ b/components/mobilehomescreencomponents/qml/GridViewAppDrawer.qml @@ -95,7 +95,6 @@ AbstractAppDrawer { HomeScreenComponents.ApplicationListModel.setMinimizedDelegate(index, delegate); HomeScreenComponents.ApplicationListModel.runApplication(storageId); root.launched(); - closeTimer.restart(); } } diff --git a/components/mobilehomescreencomponents/qml/ListViewAppDrawer.qml b/components/mobilehomescreencomponents/qml/ListViewAppDrawer.qml index 56f9698d..a9302a41 100644 --- a/components/mobilehomescreencomponents/qml/ListViewAppDrawer.qml +++ b/components/mobilehomescreencomponents/qml/ListViewAppDrawer.qml @@ -92,7 +92,6 @@ AbstractAppDrawer { HomeScreenComponents.ApplicationListModel.setMinimizedDelegate(index, delegate); HomeScreenComponents.ApplicationListModel.runApplication(storageId); root.launched(); - closeTimer.restart(); } }