mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-28 21:33:53 +01:00
Migrated filepicker from Java to Kotlin (#5997)
* Rename .java to .kt * Migrated filepicker module from Java to Kotlin * Rename .java to .kt * Migrated filepicker module from Java to Kotlin * fix: test cases
This commit is contained in:
parent
3777f18bf9
commit
f8d519e8eb
21 changed files with 970 additions and 929 deletions
|
|
@ -63,7 +63,7 @@ class CustomSelectorUtils {
|
|||
fileProcessor.redactExifTags(exifInterface, fileProcessor.getExifTagsToRedact())
|
||||
val sha1 =
|
||||
fileUtilsWrapper.getSHA1(
|
||||
fileUtilsWrapper.getFileInputStream(uploadableFile.filePath),
|
||||
fileUtilsWrapper.getFileInputStream(uploadableFile.getFilePath()),
|
||||
)
|
||||
uploadableFile.file.delete()
|
||||
sha1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue