Commits
CptFabulouso authored and GitHub committed 0577e995041
fix Promise does not return #1373 In my case it happened because AsyncTask in ResolveTakenPictureAsyncTask.java did not run, following this solution to issue https://stackoverflow.com/questions/26890618/asynctask-doinbackground-not-called-after-calling-method-onpreexecute/26890971#26890971 fixed my problem