homescreen: Remove non-existent function call

This commit is contained in:
Devin Lin 2021-11-29 23:18:18 +00:00
parent d2f9664afe
commit 67863e7e54
2 changed files with 0 additions and 2 deletions

View file

@ -95,7 +95,6 @@ AbstractAppDrawer {
HomeScreenComponents.ApplicationListModel.setMinimizedDelegate(index, delegate);
HomeScreenComponents.ApplicationListModel.runApplication(storageId);
root.launched();
closeTimer.restart();
}
}

View file

@ -92,7 +92,6 @@ AbstractAppDrawer {
HomeScreenComponents.ApplicationListModel.setMinimizedDelegate(index, delegate);
HomeScreenComponents.ApplicationListModel.runApplication(storageId);
root.launched();
closeTimer.restart();
}
}