-
-
Notifications
You must be signed in to change notification settings - Fork 735
Closed
Labels
type:questionSupport or code-level questionSupport or code-level question
Description
Hello,
I'm having issue with the ParseFile.cancel() method call. The call does not stop file upload. I've checked in debug mode, the method is being called, Task objects are removed from the list, but the file upload still continues in the background.
I'm using Android Studio with latest Parse SDK. My build file has:
compile 'com.parse:parse-android:1.11.0'
compile files('libs/ParseCrashReporting-1.10.2.jar')
compile files('libs/ParseFacebookUtilsV4-1.10.3.jar')
compile files('libs/ParseTwitterUtils-1.10.3.jar')
Metadata
Metadata
Assignees
Labels
type:questionSupport or code-level questionSupport or code-level question