Skip to content

Commit

Permalink
Improved some code.
Browse files Browse the repository at this point in the history
  • Loading branch information
MohitMaliDeveloper committed Oct 31, 2024
1 parent 6b6e481 commit 1718e30
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ class LocalLibraryFragment : BaseFragment(), CopyMoveFileHandler.FileCopyMoveCal
}
}

private fun handleSelectedFileUri(uri: Uri) {
fun handleSelectedFileUri(uri: Uri) {
if (sharedPreferenceUtil.isPlayStoreBuildWithAndroid11OrAbove()) {
val documentFile = when (uri.scheme) {
"file" -> DocumentFile.fromFile(File("$uri"))
Expand Down

0 comments on commit 1718e30

Please sign in to comment.