You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 30, 2023. It is now read-only.
Effectively, commenting said line fixes it. But I have no knowledge of Android programming and can't fully understand the consequences of the modification.
This is not the same as #50
It seems every callback is called with the same context, meaning for example a
this
binding will reference an old object in a second callback.This could be caused by having
keepCallback(true)
before everycallbackContext.sendPluginResult
in Sms.java: https://github.com/aharris88/phonegap-sms-plugin/blob/master/src/android/Sms.java#L62
The text was updated successfully, but these errors were encountered: