if (filePaths != null) {
String[] remotePaths = new String[filePaths.length];
String remotePathBase = "";
+
for (int j = mDirectories.getCount() - 2; j >= 0; --j) {
remotePathBase += OCFile.PATH_SEPARATOR + mDirectories.getItem(j);
}
onTransferStateChanged(file, false, false);
}
+ public void cancelUploadsForAnAccount(Account account) {
+ mUploaderBinder.cancel(account);
+ }
+
@Override
public void onRefresh(boolean ignoreETag) {
refreshList(ignoreETag);