Skip to content

Commit

Permalink
Fix active notifications on Android
Browse files Browse the repository at this point in the history
  • Loading branch information
rlepinski committed Nov 30, 2023
1 parent a640476 commit e74f3e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ class AirshipModule internal constructor(val context: ReactApplicationContext) :
@ReactMethod
override fun pushGetActiveNotifications(promise: Promise) {
promise.resolveResult {
proxy.push.getActiveNotifications()
JsonValue.wrapOpt(proxy.push.getActiveNotifications())
}
}

Expand Down

0 comments on commit e74f3e3

Please sign in to comment.