Nine To Four
Results
1
comments of
Nine To Four
I found that onActivityResult (in SendSMSModule.java) with resultCode RESULT_CANCELED was called before onChange (in SendSMSObserver.java) was called. So it always returns: `result: false, canceled: true, error: false` I removed the...