Revert "debug led color"

This reverts commit 60805b28b6.
This commit is contained in:
kosyak 2024-01-01 18:57:55 +01:00
parent a6fbcd62c5
commit c4c5aaa6d6

View file

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