Revoke pairing notification when pairing timed out
Closed, ResolvedPublic

Description

Since the pairing notification is persistent it won't go away without user interaction or us revoking the notification. The notification should be revoked when the pairing times out

Does this line not do that?

QTimer::singleShot(PairingHandler::pairingTimeoutMsec(), notification, &KNotification::close);
nicolasfella closed this task as Resolved.Feb 8 2020, 9:35 AM
nicolasfella claimed this task.

It does. We just forgot to close the task