forked from qtproject/qt-apps-neptune-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changed the compositor to handle stopping an application
The UI usually doesn't stop an application, instead just the visibility is changed and the surface items are not deleted at all. If an application is stopped (e.g. by stopping it using the appman-controller) we need to make sure to first run the closing animation before we actually release the window. Otherwise the closing animation looks broken and we leave the window StackView in an broken state Change-Id: I0d184283d7b0f6b41910435e328d286ed7bb1c76 Reviewed-by: Nedim Hadzic <[email protected]>
- Loading branch information
Showing
2 changed files
with
37 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters