mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-02 19:10:11 +01:00
Small notification improvements
This commit is contained in:
@@ -403,7 +403,8 @@ public class ServiceSynchronize extends ServiceBase {
|
||||
.setShowWhen(false)
|
||||
.setPriority(NotificationCompat.PRIORITY_MIN)
|
||||
.setCategory(NotificationCompat.CATEGORY_SERVICE)
|
||||
.setVisibility(NotificationCompat.VISIBILITY_SECRET);
|
||||
.setVisibility(NotificationCompat.VISIBILITY_SECRET)
|
||||
.setLocalOnly(true);
|
||||
|
||||
if (lastStats.operations > 0)
|
||||
builder.setContentText(getResources().getQuantityString(
|
||||
|
||||
Reference in New Issue
Block a user