Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit db1a9274 authored by Moez Bhatti's avatar Moez Bhatti
Browse files

#1098 - Fix notifications not being displayed when QK Reply is enabled

parent 2844e1e7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -176,7 +176,7 @@ class NotificationManagerImpl @Inject constructor(
        }

        if (prefs.qkreply.get()) {
            notification.priority = NotificationCompat.PRIORITY_MIN
            notification.priority = NotificationCompat.PRIORITY_DEFAULT

            val intent = Intent(context, QkReplyActivity::class.java)
                    .putExtra("threadId", threadId)