projects
/
pub
/
Android
/
ownCloud.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fixed title in action bar when user clicks on upload notification in progress / failed
[pub/Android/ownCloud.git]
/
src
/
com
/
owncloud
/
android
/
operations
/
MoveFileOperation.java
diff --git
a/src/com/owncloud/android/operations/MoveFileOperation.java
b/src/com/owncloud/android/operations/MoveFileOperation.java
index
6afc37b
..
be254e7
100644
(file)
--- a/
src/com/owncloud/android/operations/MoveFileOperation.java
+++ b/
src/com/owncloud/android/operations/MoveFileOperation.java
@@
-90,7
+90,7
@@
public class MoveFileOperation extends SyncOperation {
targetPath,
false
);
- result = operation.execute(client
, MainApp.getUserAgent()
);
+ result = operation.execute(client);
/// 3. local move
if (result.isSuccess()) {