mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-21 21:57:19 +00:00
Oops
This commit is contained in:
parent
790019840d
commit
fce0de8111
1 changed files with 4 additions and 2 deletions
|
@ -4715,8 +4715,10 @@ class Core {
|
|||
|
||||
if (pro) {
|
||||
Integer color = getColor(message);
|
||||
mbuilder.setColor(color);
|
||||
mbuilder.setColorized(true);
|
||||
if (color != null) {
|
||||
mbuilder.setColor(color);
|
||||
mbuilder.setColorized(true);
|
||||
}
|
||||
}
|
||||
|
||||
// https://developer.android.com/training/wearables/notifications
|
||||
|
|
Loading…
Reference in a new issue