mirror of
https://github.com/nextcloud/android.git
synced 2024-11-27 17:46:37 +03:00
Fixed crash in synchronization of kept-in-sync files triggered by browsing
This commit is contained in:
parent
1a3f202ac8
commit
195256194e
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ public class SynchronizeFileOperation extends RemoteOperation {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (result.isSuccess()) {
|
if (mServerFile != null) {
|
||||||
|
|
||||||
/// check changes in server and local file
|
/// check changes in server and local file
|
||||||
boolean serverChanged = false;
|
boolean serverChanged = false;
|
||||||
|
|
Loading…
Reference in a new issue