Skip to content

Display notification if app is locked

Bastien Le Querrec requested to merge fix-485 into master

Display notification if app is locked

dc84d124 introduced a new way to manage notifications for encrypted messages, but it results in no notifications when device is locked (because message is not decrypted yet). This PR displays a notification when device is locked, even if it is an encrypted message.

Fixes #485 (closed)

Merge request reports