|
@@ -561,8 +561,7 @@ public class OCFileListFragment extends ExtendedListFragment implements
|
|
|
getActivity(),
|
|
|
((FileActivity) getActivity()).getUser().orElseThrow(RuntimeException::new),
|
|
|
FileDisplayActivity.REQUEST_CODE__SELECT_FILES_FROM_FILE_SYSTEM,
|
|
|
- getCurrentFile().isEncrypted()
|
|
|
- );
|
|
|
+ getCurrentFile().isEncrypted());
|
|
|
}
|
|
|
|
|
|
@Override
|