projects
/
pub
/
Android
/
ownCloud.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
version bump
[pub/Android/ownCloud.git]
/
src
/
eu
/
alefzero
/
owncloud
/
syncadapter
/
FileSyncAdapter.java
diff --git
a/src/eu/alefzero/owncloud/syncadapter/FileSyncAdapter.java
b/src/eu/alefzero/owncloud/syncadapter/FileSyncAdapter.java
index
39a8831
..
230d3a7
100644
(file)
--- a/
src/eu/alefzero/owncloud/syncadapter/FileSyncAdapter.java
+++ b/
src/eu/alefzero/owncloud/syncadapter/FileSyncAdapter.java
@@
-70,7
+70,7
@@
public class FileSyncAdapter extends AbstractOwnCloudSyncAdapter {
\r
Log.d(TAG, "syncing owncloud account " + account.name);
\r
\r
\r
Log.d(TAG, "syncing owncloud account " + account.name);
\r
\r
- sendStickyBroadcast(true, -1); // starting message to
the main IU
\r
+ sendStickyBroadcast(true, -1); // starting message to
UI
\r
\r
PropFindMethod query;
\r
try {
\r
\r
PropFindMethod query;
\r
try {
\r
@@
-131,7
+131,7
@@
public class FileSyncAdapter extends AbstractOwnCloudSyncAdapter {
getStorageManager().removeFile(file);
\r
}
\r
\r
getStorageManager().removeFile(file);
\r
}
\r
\r
- // synched folder -> notice to
main thread
\r
+ // synched folder -> notice to
IU
\r
sendStickyBroadcast(true, parentId);
\r
\r
// recursive fetch
\r
sendStickyBroadcast(true, parentId);
\r
\r
// recursive fetch
\r