mirror of
https://github.com/nextcloud/android.git
synced 2024-11-22 21:25:35 +03:00
codacy: Avoid unused private methods such as 'allFiles()'.
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
a5d4c2d8ad
commit
2de1f7e5d9
1 changed files with 0 additions and 4 deletions
|
@ -439,10 +439,6 @@ public class FileMenuFilter {
|
|||
return isSingleSelection() && (MimeTypeUtil.isVideo(file) || MimeTypeUtil.isAudio(file));
|
||||
}
|
||||
|
||||
private boolean allFiles() {
|
||||
return mFiles != null && !containsFolder();
|
||||
}
|
||||
|
||||
private boolean containsEncryptedFile() {
|
||||
for (OCFile file : mFiles) {
|
||||
if (!file.isFolder() && file.isEncrypted()) {
|
||||
|
|
Loading…
Reference in a new issue