diff options
Diffstat (limited to 'mobile-widgets/qml/DiveSummary.qml')
-rw-r--r-- | mobile-widgets/qml/DiveSummary.qml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mobile-widgets/qml/DiveSummary.qml b/mobile-widgets/qml/DiveSummary.qml index 53eda5190..8f592ba4d 100644 --- a/mobile-widgets/qml/DiveSummary.qml +++ b/mobile-widgets/qml/DiveSummary.qml @@ -33,14 +33,13 @@ Kirigami.ScrollablePage { Connections { target: Backend onLengthChanged: { - Backend.summaryCalculation(selectionPrimary.currentIndex, selectionSecondary.currentIndex) + reload() } onVolumeChanged: { - Backend.summaryCalculation(selectionPrimary.currentIndex, selectionSecondary.currentIndex) + reload() } } - GridLayout { columns: 3 width: parent.width |