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

Commit 5722ad7b authored by Pedlar's avatar Pedlar
Browse files

Fixed ADB Pulsing when it shouldn't.

parent 5bb914a7
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -879,7 +879,8 @@ class NotificationManagerService extends INotificationManager.Stub
	String[] mPackage = findPackage(pkg);
	boolean flashLight = true;
	if(((notification.flags & Notification.FLAG_ONGOING_EVENT) != 0)
	|| ((notification.flags & Notification.FLAG_FOREGROUND_SERVICE) != 0) ) {
	|| ((notification.flags & Notification.FLAG_FOREGROUND_SERVICE) != 0)
	|| pkg.matches("android") ) {
        	flashLight = false;
        } else if(mPackage != null) {
		if(mPackage[1].equals("none"))