mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-29 21:34:44 +02:00
Formatting
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user