pull/200/head
M66B 4 years ago
parent 790019840d
commit fce0de8111

@ -4715,9 +4715,11 @@ class Core {
if (pro) { if (pro) {
Integer color = getColor(message); Integer color = getColor(message);
if (color != null) {
mbuilder.setColor(color); mbuilder.setColor(color);
mbuilder.setColorized(true); mbuilder.setColorized(true);
} }
}
// https://developer.android.com/training/wearables/notifications // https://developer.android.com/training/wearables/notifications
// https://developer.android.com/reference/androidx/core/app/NotificationCompat.Action.WearableExtender // https://developer.android.com/reference/androidx/core/app/NotificationCompat.Action.WearableExtender

Loading…
Cancel
Save