zohabAli

Results 1 comments of zohabAli

I had to pass **context** and **fragment** so this is how I did in **kotlin** ``` UCrop.of(sourceFile.toUri(), destinationFile.toUri()) .withAspectRatio(1.toFloat(), 1.toFloat()) .start(requireContext(), this) ```