Comment 12 for bug 1358343

Revision history for this message
Mirco Müller (macslow) wrote : Re: [notifications] too easy to answer a call by accident

Why is lp:dialer-app linked to this bug and not lp:telephony-service? The latter is the one which creates and triggers the incoming-call snap-decision notification.

With the upcoming support for the SwipeToAct widget in notifications, which is specifically designed to solve this very UX-bug, all that needs to be added to telephony-service is:

=== modified file 'approver/approver.cpp'
--- approver/approver.cpp 2014-07-22 10:57:54 +0000
+++ approver/approver.cpp 2014-10-21 14:09:44 +0000
@@ -282,6 +282,9 @@
                                         "x-canonical-snap-decisions",
                                         "true");
     notify_notification_set_hint_string(notification,
+ "x-canonical-snap-decisions-swipe",
+ "true");
+ notify_notification_set_hint_string(notification,
                                         "x-canonical-private-button-tint",
                                         "true");
     notify_notification_set_hint_string(notification,