Skip to content

Commit

Permalink
Made getImageExtension public
Browse files Browse the repository at this point in the history
Made getImageExtension method as a public
  • Loading branch information
Dhaval2404 committed Jul 17, 2020
1 parent ccd67e5 commit 934b61a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ object FileUriUtils {

/** @return extension of image with dot, or default .jpg if it none.
*/
private fun getImageExtension(uriImage: Uri): String {
fun getImageExtension(uriImage: Uri): String {
var extension: String? = null

try {
Expand Down

0 comments on commit 934b61a

Please sign in to comment.