unbindService(mUploadConnection);
}
- @Override
- public void onConfigurationChanged(Configuration newConfig) {
- super.onConfigurationChanged(newConfig);
- }
-
/**
* Called when the ownCloud {@link Account} associated to the Activity was just updated.
*/
if (mWaitingToSend != null) {
mWaitingToSend = getStorageManager().getFileByPath(mWaitingToSend.getRemotePath()); // Update the file to send
- if (mWaitingToSend.isDown() && mWaitingToSend.getStoragePath()!=null) {
+ if (mWaitingToSend.isDown()) {
sendDownloadedFile();
}
}