From df6ce0bba7db8531f365a66d45e8b6d74d5fffd1 Mon Sep 17 00:00:00 2001 From: Mohammed Sameer Date: Mon, 22 Jul 2013 21:29:53 +0300 Subject: [PATCH] Keep orientation sensor active when we are in post capture view --- qml/main.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.25.1