notnoop / java-mpns

Java Library for the Microsoft Push Notification service
BSD 3-Clause "New" or "Revised" License
37 stars 40 forks source link

Fix a wrong method call in logicalResponseFor #8

Open disklosr opened 10 years ago

disklosr commented 10 years ago

Changed r.getNotificationStatus() to r.getDeviceConnectionStatus() in the third check of the logicalResponseFor method.