Minor UI improvements.
This commit is contained in:
@@ -68,7 +68,7 @@ export function* openImagePickerAction({ payload: jobid }) {
|
||||
cameraRollStatus.status !== "granted" ||
|
||||
cameraStatus.status !== "granted"
|
||||
) {
|
||||
alert("Sorry, we need these permissions to make this work!");
|
||||
alert("Photo and Camera permissions have not been granted. Please open the settings app and allow these permissions to upload photos.");
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user