mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-24 02:12: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
|
@Override
|
||||||
public NotificationCompat.Builder setNumber(int number) {
|
public NotificationCompat.Builder setNumber(int number) {
|
||||||
|
super.setNumber(number);
|
||||||
mNumber = number;
|
mNumber = number;
|
||||||
return this;
|
return this;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user