mirror of
https://github.com/laurent22/joplin.git
synced 2024-11-27 08:21:03 +02:00
Mobile: Use fade animation for edit link dialog (#11090)
This commit is contained in:
parent
5c23765458
commit
a40bb77feb
@ -132,7 +132,7 @@ const EditLinkDialog = (props: LinkDialogProps) => {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<Modal
|
<Modal
|
||||||
animationType="slide"
|
animationType="fade"
|
||||||
containerStyle={styles.modalContent}
|
containerStyle={styles.modalContent}
|
||||||
transparent={true}
|
transparent={true}
|
||||||
visible={props.visible}
|
visible={props.visible}
|
||||||
|
Loading…
Reference in New Issue
Block a user