Fixed crash in synchronization of kept-in-sync files triggered by browsing

This commit is contained in:
David A. Velasco 2014-01-23 12:37:01 +01:00
parent 1a3f202ac8
commit 195256194e

View file

@ -94,7 +94,7 @@ public class SynchronizeFileOperation extends RemoteOperation {
}
}
if (result.isSuccess()) {
if (mServerFile != null) {
/// check changes in server and local file
boolean serverChanged = false;