mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-22 01:40:07 +01:00
Move theme colors to core-ui.
This commit is contained in:
@@ -276,7 +276,7 @@ public class KeyCachingService extends Service {
|
||||
builder.setContentTitle(getString(R.string.KeyCachingService_passphrase_cached));
|
||||
builder.setContentText(getString(R.string.KeyCachingService_signal_passphrase_cached));
|
||||
builder.setSmallIcon(R.drawable.ic_notification_unlocked);
|
||||
builder.setColor(ContextCompat.getColor(this, R.color.signal_light_colorSecondary));
|
||||
builder.setColor(ContextCompat.getColor(this, org.signal.core.ui.R.color.signal_light_colorSecondary));
|
||||
builder.setWhen(0);
|
||||
builder.setPriority(Notification.PRIORITY_MIN);
|
||||
builder.setOngoing(true);
|
||||
|
||||
Reference in New Issue
Block a user