NativeScript / push-plugin

Contains the source code for the Push Plugin.
Apache License 2.0
123 stars 45 forks source link

fix return value of areNotificationsEnabled on android #158

Closed lini closed 6 years ago

lini commented 6 years ago

Did not return a real boolean but a Java object wrapped around the primitive type instead. Fixes #143.