summaryrefslogtreecommitdiff
path: root/metawatchwatchlets/metawatch-digital-notification.qml
diff options
context:
space:
mode:
Diffstat (limited to 'metawatchwatchlets/metawatch-digital-notification.qml')
-rw-r--r--metawatchwatchlets/metawatch-digital-notification.qml6
1 files changed, 3 insertions, 3 deletions
diff --git a/metawatchwatchlets/metawatch-digital-notification.qml b/metawatchwatchlets/metawatch-digital-notification.qml
index dad8cca..dd4dc66 100644
--- a/metawatchwatchlets/metawatch-digital-notification.qml
+++ b/metawatchwatchlets/metawatch-digital-notification.qml
@@ -99,12 +99,15 @@ MWPage {
}
function openNotification(notification) {
+ scrollable.scrollTop();
curNotification = notification;
}
Connections {
target: watch
onButtonPressed: {
+ console.log(emailContainer.height);
+ console.log()
switch (button) {
case 1:
scrollable.scrollUp();
@@ -114,8 +117,5 @@ MWPage {
break;
}
}
- onActiveChanged: {
- scrollable.scrollTop();
- }
}
}