parent
a6fbcd62c5
commit
c4c5aaa6d6
|
@ -836,8 +836,8 @@ public class NotificationService {
|
||||||
|
|
||||||
@ColorInt
|
@ColorInt
|
||||||
private int getPrimaryColor() {
|
private int getPrimaryColor() {
|
||||||
// Integer primaryColorOverride = ThemeHelper.getOverriddenPrimaryColor(mXmppConnectionService);
|
Integer primaryColorOverride = ThemeHelper.getOverriddenPrimaryColor(mXmppConnectionService);
|
||||||
return 0xff0000ff; //primaryColorOverride == null ? ContextCompat.getColor(mXmppConnectionService, R.color.green600) : primaryColorOverride;
|
return primaryColorOverride == null ? ContextCompat.getColor(mXmppConnectionService, R.color.green600) : primaryColorOverride;
|
||||||
}
|
}
|
||||||
|
|
||||||
public void updateNotification() {
|
public void updateNotification() {
|
||||||
|
|
Loading…
Reference in a new issue