You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-26 22:41:17 +02:00
Mobile: Use fade animation for edit link dialog (#11090)
This commit is contained in:
@@ -132,7 +132,7 @@ const EditLinkDialog = (props: LinkDialogProps) => {
|
||||
|
||||
return (
|
||||
<Modal
|
||||
animationType="slide"
|
||||
animationType="fade"
|
||||
containerStyle={styles.modalContent}
|
||||
transparent={true}
|
||||
visible={props.visible}
|
||||
|
||||
Reference in New Issue
Block a user