1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-08-13 17:03:48 -04:00

Fix unread count in notifications (again)

This commit is contained in:
cketti 2013-04-02 21:47:37 +02:00
parent c5dc626bbc
commit b096c2bf19

View File

@ -20,6 +20,7 @@ public class NotificationBuilder extends NotificationCompat.Builder {
@Override
public NotificationCompat.Builder setNumber(int number) {
super.setNumber(number);
mNumber = number;
return this;
}