Commit ed4a2b3
committed
[22054] Ensure mobilePickPhoto() proceeds after taking a photo
On some Samsung devices, mobilePickPhoto() did not proceed after taking a photo
using the device camera. This happened because the temp file where the
photo would be stored until the user accepts it could not be created due to
insufficient permissions. This patch ensures the appropriate permissions are
set so as mobilePickPhoto() works as expected on all Android devices.1 parent 5864806 commit ed4a2b3
2 files changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2146 | 2146 | | |
2147 | 2147 | | |
2148 | 2148 | | |
2149 | | - | |
| 2149 | + | |
2150 | 2150 | | |
2151 | 2151 | | |
2152 | 2152 | | |
| |||
0 commit comments