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

Commit e403d679 authored by nebkat's avatar nebkat
Browse files

Fix notification led regex typo

Change-Id: I7bfeacf6d51a554063492adee58e9162086f36a1
parent 550851d6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1258,7 +1258,7 @@ public class NotificationManagerService extends INotificationManager.Stub
            return;
        }

        for (String packageValuesString : customLedValuesString.split("|")) {
        for (String packageValuesString : customLedValuesString.split("\\|")) {
            String[] packageValues = packageValuesString.split("=");
            if (packageValues.length != 2) {
                Log.e(TAG, "Error parsing custom led values for unknown package");