Ongoing BG Notification no longer shows notification age #3578
Unanswered
richard-dennehy
asked this question in
Bug reports
Replies: 1 comment
-
Yes, please open a PR and it will be reviewed. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I recently updated my xDrip version and noticed the timestamp has disappeared from the BG notification. It was useful to be able to glance at the notification and know how old the BG reading was.
This is because the target SDK has recently been increased to 24 (Android N), and
Notification.Builder.setWhen
no longer displays the provided timestamp by default as of Android N (see here).I've tested on an emulator and adding
b.setShowWhen(true)
after this line fixes it. I could raise a PR for this if you want.Thanks
Beta Was this translation helpful? Give feedback.
All reactions