mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-23 18:02:15 -05:00
Fix unread count in notifications (again)
This commit is contained in:
parent
c5dc626bbc
commit
b096c2bf19
@ -20,6 +20,7 @@ public class NotificationBuilder extends NotificationCompat.Builder {
|
||||
|
||||
@Override
|
||||
public NotificationCompat.Builder setNumber(int number) {
|
||||
super.setNumber(number);
|
||||
mNumber = number;
|
||||
return this;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user