-
-
Notifications
You must be signed in to change notification settings - Fork 665
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Image and camera buttons do nothing if permissions are denied #3976
Comments
Hello @harshbisle It seems to work on my device. Can you recheck it once by giving the appropriate permissions? Also what version of zulip are you using? The stable from playstore or your own build from the repo? |
@drigio I'm using zulip beta from playstore |
@drigio files and the profile buttons do work whereas image and camera buttons are not working |
@drigio It works now. I reinstalled the |
It sounds like we may not be handling well the case where you try to use the camera or image gallery but we don't have permissions. (E.g. because you've previously said no to them.) We should show some kind of meaningful error here, and ideally help the user go grant permissions after all if that's what they want to do. This is reminiscent of #3814, which is for iOS. If someone wants to test this flow (reinstall the app, try using images or camera, deny permissions, then try using a second time) and document clearly what happens, that'd be a useful contribution. |
@gnprice I checked the flow. On denying permissions for camera and storage and then again trying it, I get no reaction (should be some prompt to ask user again for permission) or else a message stating that the permission had been denied and will need to be given prior. Can someone reproduce this with the above flow, so that we can confirm. Additional Details : |
Another related issue may be #3576.
I've just tested a related flow:
... whereupon there should be some reaction, but nothing happens. Between this and @drigio's comment, above, reopening as confirmed. |
The text was updated successfully, but these errors were encountered: