Kaydet (Commit) fb5b8c52 authored tarafından Mert Tumer's avatar Mert Tumer Kaydeden (comit) Gülşah Köse

[Pardus] removed ignore hidden files on Android

ignore hidden files statment is obsolete because
we put option on settings whether they are shown or not
This patch is sponsored by ULAKBIM/Pardus project.
Signed-off-by: 's avatarMert Tumer <merttumer@outlook.com>

Change-Id: Ibba7ed76c20a189cff04e330a4493b3e84e5dba2
Reviewed-on: https://gerrit.libreoffice.org/62754
Tested-by: Jenkins
Reviewed-by: 's avatarGülşah Köse <gulsah.1004@gmail.com>
üst cb08cddf
......@@ -166,9 +166,6 @@ public class FileUtilities {
if (filename == null)
return false;
if (byMode == ALL && byFilename.equals("")) {
return !filename.startsWith("."); //ignore hidden files
}
// check extension
if (byMode != ALL) {
if (mExtnMap.get (getExtension (filename)) != byMode)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment