summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Jan Mulder <jlmulder@xs4all.nl>2017-12-18 14:48:15 +0100
committerGravatar Jan Mulder <jlmulder@xs4all.nl>2017-12-18 15:23:23 +0100
commit5e116db1a19f344a6edbb70a535273e9381f8aea (patch)
tree3ca3665abb355e82054abd8946a25b85b94c3096
parent825afb4db4b69b507473f91234575bc9dc44a02e (diff)
downloadsubsurface-5e116db1a19f344a6edbb70a535273e9381f8aea.tar.gz
CHANGELOG.md
Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
-rw-r--r--CHANGELOG.md3
-rw-r--r--mobile-widgets/qml/main.qml1
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 003e1339e..26063c197 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
-_ mobile: fixed weird navigation problem after dive edit (#875)
+- mobile: Faulty navigation after aborted dive edit (#932)
+- mobile: fixed weird navigation problem after dive edit (#875)
- mobile: improves button handling on download screen (issue #895)
- Show all pictures of a selected trip in the pictures tab
- Add detection of new libdivecomputer divemode DC_DIVEMODE_SCR for semi-closed rebreathers
diff --git a/mobile-widgets/qml/main.qml b/mobile-widgets/qml/main.qml
index 00d8e544a..386523f7a 100644
--- a/mobile-widgets/qml/main.qml
+++ b/mobile-widgets/qml/main.qml
@@ -19,7 +19,6 @@ Kirigami.ApplicationWindow {
preferredHeight: Math.round(Kirigami.Units.gridUnit * (Qt.platform.os == "ios" ? 2 : 1.5))
maximumHeight: Kirigami.Units.gridUnit * 2
}
-
property alias oldStatus: manager.oldStatus
property alias notificationText: manager.notificationText
property alias syncToCloud: manager.syncToCloud