PRDdownloader not starting after pressing download button. Kotlin
I followed a tutorial on YouTube on how to download FirebaseRealtime Database files to local storage using PRDownloader. However I've run into a problem, which is when the download button is clicked nothing happens.
Code for downloading
override fun onItemClick(item: String, position:Int) {
abstractData = item
positionItem = position
if (checkSelfPermission(requireActivity(), Manifest.permission.WRITE_EXTERNAL_STORAGE) == PackageManager.PERMISSION_GRANTED ){...