1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-07-16 00:14:34 +02:00

Mobile: Use fade animation for edit link dialog (#11090)

This commit is contained in:
Henry Heino
2024-09-21 04:58:20 -07:00
committed by GitHub
parent 5c23765458
commit a40bb77feb

View File

@ -132,7 +132,7 @@ const EditLinkDialog = (props: LinkDialogProps) => {
return (
<Modal
animationType="slide"
animationType="fade"
containerStyle={styles.modalContent}
transparent={true}
visible={props.visible}