mirror of
https://github.com/nextcloud/android.git
synced 2024-11-24 06:05:42 +03:00
Merge master
Signed-off-by: alperozturk <alper_ozturk@proton.me>
This commit is contained in:
parent
3538e8b485
commit
a82ec0454d
1 changed files with 1 additions and 0 deletions
|
@ -697,6 +697,7 @@ public class OCFileListAdapter extends RecyclerView.Adapter<RecyclerView.ViewHol
|
|||
Log_OC.d("","FOUND HIDDEN FILE!");
|
||||
}
|
||||
});
|
||||
|
||||
if (!preferences.isShowHiddenFilesEnabled()) {
|
||||
mFiles = filterHiddenFiles(mFiles);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue