You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@fineract.apache.org by "Prajwal S Belagavi (Jira)" <ji...@apache.org> on 2020/03/11 13:27:00 UTC

[jira] [Comment Edited] (FINCN-203) Checking for Camera Permission instead of Write Permission in CustomerProfileActivity

    [ https://issues.apache.org/jira/browse/FINCN-203?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17051855#comment-17051855 ] 

Prajwal S Belagavi edited comment on FINCN-203 at 3/11/20, 1:26 PM:
--------------------------------------------------------------------

PR link [here|https://github.com/apache/fineract-cn-mobile/pull/78]. Yet to be reviewed.


was (Author: prajwal27):
PR done. Yet to be reviewed.

> Checking for Camera Permission instead of Write Permission in CustomerProfileActivity
> -------------------------------------------------------------------------------------
>
>                 Key: FINCN-203
>                 URL: https://issues.apache.org/jira/browse/FINCN-203
>             Project: Fineract Cloud Native
>          Issue Type: Bug
>          Components: fineract-cn-mobile
>         Environment: Redmi Note 5 Pro - Android 9 Pie
>            Reporter: Prajwal S Belagavi
>            Priority: Minor
>         Attachments: 203issue-gif.gif, FINCN-203.mp4
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> *Steps to Reproduce*
>  # Click on "Customer" in side drawer.
>  # Click on any item in list of customers.
>  # Click on the profile picture (by default it's the Mifos Logo)
>  # Click on "Share" option in the appbar.
> *Summary*
> Supposing the permission to write to external storage is not given, it'll ask for permission. When granted it should ideally call the "shareImage" method, but nothing happens. This is because when the Permission is being granted, it's checking for "CAMERA" permission instead of "WRITE_EXTERNAL_STORAGE" permission. It occurs when the permission is being granted initially and later, this error does not occur.
> *Expected Behaviour*
> When the Permission is granted for the first time, it should perform "share" feature wihout requiring the user to click on share icon in app bar. (1 Click on "share" is expected)
> *Observed Behaviour*
> When the Permission is granted for the first time,nothing happens. The user has to again click on "share" icon in app bar to use share feature. (2 Clicks on "share" is required)
> !203issue-gif.gif!



--
This message was sent by Atlassian Jira
(v8.3.4#803005)