1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-01-04 06:20:26 +00:00

Formatting

This commit is contained in:
M66B 2021-09-05 07:42:08 +02:00
parent 127baee746
commit 8744efd7d5

View file

@ -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 {