Closed GoogleCodeExporter closed 9 years ago
Original comment by sype...@gmail.com
on 5 Feb 2013 at 7:26
I have added the same issue once again. Starring this and closing the other
one. Exception should not be caught here. Its very important that it is handled
by caller.
Original comment by arun.geo...@gmail.com
on 21 Nov 2013 at 1:50
This one is a no-brainer isn't it? The API describes the behavior the user is
expecting. The only thing to do it to replace:
this.apsDictionary = payload.getJSONObject("aps");
with:
this.apsDictionary = payload.optJSONObject("aps");
This method won't throw any exception if the element "ape" is not present yet.
Only the call to the put method should be surrounded by try-catch then. Please
fix this one.
Original comment by sascha.w...@gmail.com
on 23 Jun 2014 at 3:59
Fixed in r392
Original comment by sype...@gmail.com
on 30 Sep 2014 at 4:08
Original issue reported on code.google.com by
Scunderw...@gmail.com
on 13 Nov 2012 at 9:11