One app notification not displayed on lockscreen

I'm displaying active notifications on my lockscreen using the following code:

$if(pcount, gv(apk))>0, ALWAYS, REMOVE)$

This works well with all apps except one, com.fivemobile.thescore. I've tried to "find" this app by doing $ni(0, pkg)$ and incrementing the number but no luck, despite the fact the I can plainly see the notification in the status bar (sometimes there are even multiple notifications for this app but none show up). At this point I don't know if I'm doing something wrong, there's something weird about this particular app or there's a bug in KLCK. Any assistance would be greatly appreciated.