mobile/profile: directly set up the diveId

The weird 'Component.onCompleted' always felt like the wrong way to do
this. Setting this directly from the model seems like the much cleaner
solution.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2020-12-21 04:38:48 -08:00
parent f8b354d64d
commit 1228dec19f
2 changed files with 3 additions and 5 deletions

View file

@ -411,6 +411,7 @@ Kirigami.Page {
DiveDetailsView {
id: diveDetails
width: internalScrollView.width
myId: model.id
}
ScrollBar.vertical: ScrollBar { }
}