Code review comment for lp:~nikwen/ubuntu-push/gmail-missed-messages-cleanup-fix-new

Revision history for this message
Niklas Wenzel (nikwen) wrote :

I just tested it on my device and it works fine.

What I did here is I added a check if we store more than 20 message to the addNotification() method. If we do, we call the cleanUpNotifications() method asynchronously if it is not running already. That way we can get rid of that aweful loop while still preventing too much memory being occupied by messages. After all, anything up to 20 messages should be perfectly fine.

Note that I also added a test for that.

« Back to merge proposal