|
|
@ -679,6 +679,10 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
|
|
|
|
|
|
|
|
|
|
|
|
if (lastCount == null || !lastCount.equals(count)) {
|
|
|
|
if (lastCount == null || !lastCount.equals(count)) {
|
|
|
|
lastCount = count;
|
|
|
|
lastCount = count;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
EntityLog.log(ServiceSynchronize.this, " Badge count=" + count +
|
|
|
|
|
|
|
|
"enabled=" + badge + " Unseen/ignored=" + unseen_ignored);
|
|
|
|
|
|
|
|
|
|
|
|
// Broadcast new message count
|
|
|
|
// Broadcast new message count
|
|
|
|
try {
|
|
|
|
try {
|
|
|
|
Intent intent = new Intent(ACTION_NEW_MESSAGE_COUNT);
|
|
|
|
Intent intent = new Intent(ACTION_NEW_MESSAGE_COUNT);
|
|
|
|