mirror of
https://github.com/nextcloud/android.git
synced 2024-11-24 06:05:42 +03:00
Revert changes for OCFileListFragment
Signed-off-by: alperozturk <alper_ozturk@proton.me>
This commit is contained in:
parent
82fad97155
commit
88d20839b7
1 changed files with 1 additions and 1 deletions
|
@ -561,7 +561,7 @@ public class OCFileListFragment extends ExtendedListFragment implements
|
||||||
getActivity(),
|
getActivity(),
|
||||||
((FileActivity) getActivity()).getUser().orElseThrow(RuntimeException::new),
|
((FileActivity) getActivity()).getUser().orElseThrow(RuntimeException::new),
|
||||||
FileDisplayActivity.REQUEST_CODE__SELECT_FILES_FROM_FILE_SYSTEM,
|
FileDisplayActivity.REQUEST_CODE__SELECT_FILES_FROM_FILE_SYSTEM,
|
||||||
getCurrentFile().isEncrypted()
|
getCurrentFile().isEncrypted()
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue