mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-19 03:11:38 +03:00
added failure message if image picker failed for other reason than permission so you user dont wait for upload to finish
This commit is contained in:
parent
9befde93ae
commit
d4ef198b9c
@ -435,6 +435,13 @@ class EditorContainer extends Component {
|
||||
id: 'alert.permission_text',
|
||||
}),
|
||||
);
|
||||
}else{
|
||||
Alert.alert(
|
||||
intl.formatMessage({
|
||||
id: 'alert.fail',
|
||||
}),
|
||||
error.message,
|
||||
);
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user