mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 14:17:03 +02:00
Added widget logging
This commit is contained in:
@@ -98,6 +98,8 @@ public class Widget extends AppWidgetProvider {
|
||||
}
|
||||
|
||||
TupleMessageStats stats = db.message().getWidgetUnseen(account < 0 ? null : account);
|
||||
EntityLog.log(context, "Widget account=" + account + " ignore=" + unseen_ignored + " " + stats);
|
||||
|
||||
Integer unseen = (unseen_ignored ? stats.notifying : stats.unseen);
|
||||
if (unseen == null)
|
||||
unseen = 0;
|
||||
|
||||
Reference in New Issue
Block a user