mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-04 06:20:26 +00:00
Formatting
This commit is contained in:
parent
127baee746
commit
8744efd7d5
1 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue