VyacheslavMartynenko
Results
1
issues of
VyacheslavMartynenko
This code isn't emitting any listener method: onNext(), onError() or onComplete() and stucks after clicking on "Agree" with ANR. mRxPermissions.request(Manifest.permission.WRITE_EXTERNAL_STORAGE) .blockingSubscribe({ granted -> if (granted) { //do stuff } },...