diff --git a/src/view/com/composer/photos/Gallery.tsx b/src/view/com/composer/photos/Gallery.tsx index 1f3fb01325..45ce414064 100644 --- a/src/view/com/composer/photos/Gallery.tsx +++ b/src/view/com/composer/photos/Gallery.tsx @@ -2,6 +2,7 @@ import React, {useState} from 'react' import { findNodeHandle, type ImageStyle, + Keyboard, type LayoutChangeEvent, StyleSheet, TouchableOpacity, @@ -164,6 +165,7 @@ const GalleryItem = ({ } const onAltTextEdit = () => { + Keyboard.dismiss() altTextControl.open() }