Closed dreadpool2 closed 6 years ago
@iamareebjamal I apologise for the silly error!. PR updated
@iamareebjamal PR updated
@iamareebjamal Is there a requirement to change the PR ?
@iamareebjamal PR updated
@dreadpool2 How does finalizing the PR mean closing it? A simple callback is to be implemented to handle the permission grant/deny. The user is to be notified of the action and the action is to be proceeded with or the activity has to close respectively
@iamareebjamal Apologies :sweat_smile: , I thought that all PRs needed to be closed by now. I will work on it straightahead
@iamareebjamal The current state of the app is that whenever the user is clicking on the profile pic , a dialog for requesting external storage permission is fired. Until and unless the user grants permission the dialog will always be fired.
@dreadpool2 you are not using a callback when permission is granted
@simarsingh24 Thanks a lot. Got the point :+1:
@iamareebjamal @simarsingh24 Please review
Hi @dreadpool2!
It looks like one or more of your builds have failed. I've added the relevant info below to save you some time.
failed
check why build is failing
Hi @dreadpool2!
It looks like one or more of your builds have failed. I've added the relevant info below to save you some time.
failed
Hi @dreadpool2!
It looks like one or more of your builds have failed. I've added the relevant info below to save you some time.
failed
Did the change :+1:
@iamareebjamal Please review :+1:
@iamareebjamal Please Review
@iamareebjamal Added the Toast messages :+1:
Fixes #2416
Changes: Used
PackageManager
for External Storage permissions inEditProfileActivity
A permission dialog is visible once the user enters the profile details page.