pull/205/head
M66B 4 years ago
parent 127baee746
commit 8744efd7d5

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

Loading…
Cancel
Save