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

Commit 45c17969 authored by Moez Bhatti's avatar Moez Bhatti Committed by GitHub
Browse files

Update NotificationManager.java

parent 59c1946c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -246,7 +246,7 @@ public class NotificationManager {

                // If there are no messages, don't try to create a notification
                // If this app is not default message app, don't try to create a notification either
                if (conversations.size() == 0||!(new DefaultSmsHelper(context, 0).isDefault())) {
                if (conversations.size() == 0 || !new DefaultSmsHelper(context, 0).isDefault()) {
                    return;
                }