From: Mohammed Sameer Date: Mon, 22 Jul 2013 18:29:53 +0000 (+0300) Subject: Keep orientation sensor active when we are in post capture view X-Git-Url: http://cgit.sxemacs.org/?p=harmattan%2Fcameraplus;a=commitdiff_plain;h=df6ce0bba7db8531f365a66d45e8b6d74d5fffd1 Keep orientation sensor active when we are in post capture view --- diff --git a/qml/main.qml b/qml/main.qml index 6676ff6..ca62780 100644 --- a/qml/main.qml +++ b/qml/main.qml @@ -148,7 +148,7 @@ Window { Orientation { id: orientation - active: cam.running + active: cam.running || (mainView.currentIndex == 2 && Qt.application.active) } Compass {