cordova-plugin-background-download icon indicating copy to clipboard operation
cordova-plugin-background-download copied to clipboard

android crash

Open mzealey opened this issue 5 years ago • 0 comments

Got some crash reports with null pointer at https://github.com/sgrebnov/cordova-plugin-background-download/blob/master/src/android/BackgroundDownload.java#L334

I guess that probably wants an if( cursor != null ) prefixed

mzealey avatar Mar 11 '19 13:03 mzealey