mirror of
https://github.com/nextcloud/android.git
synced 2024-11-26 07:05:49 +03:00
Update app/src/main/java/com/owncloud/android/utils/FilesSyncHelper.java
Co-authored-by: Tom <70907959+ZetaTom@users.noreply.github.com> Signed-off-by: Jonas Mayer <43114340+JonasMayerDev@users.noreply.github.com>
This commit is contained in:
parent
adba5bfb0e
commit
a7e9ca1c89
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ public final class FilesSyncHelper {
|
|||
final long enabledTimestampMs = syncedFolder.getEnabledTimestampMs();
|
||||
|
||||
try {
|
||||
FileUtil.walkFileTree(path, new SimpleFileVisitor<Path>() {
|
||||
FileUtil.walkFileTree(path, new SimpleFileVisitor<>() {
|
||||
@Override
|
||||
public FileVisitResult visitFile(Path path, BasicFileAttributes attrs) {
|
||||
File file = path.toFile();
|
||||
|
|
Loading…
Reference in a new issue