Revert "debug custom led color"

This reverts commit 2b129a1738.
This commit is contained in:
kosyak 2024-01-01 18:57:50 +01:00
parent 2b129a1738
commit a6fbcd62c5

View file

@ -837,7 +837,7 @@ public class NotificationService {
@ColorInt
private int getPrimaryColor() {
// Integer primaryColorOverride = ThemeHelper.getOverriddenPrimaryColor(mXmppConnectionService);
return 0xffff9800; //primaryColorOverride == null ? ContextCompat.getColor(mXmppConnectionService, R.color.green600) : primaryColorOverride;
return 0xff0000ff; //primaryColorOverride == null ? ContextCompat.getColor(mXmppConnectionService, R.color.green600) : primaryColorOverride;
}
public void updateNotification() {