diff --git a/src/screens/Compose.tsx b/src/screens/Compose.tsx index 712e31db..dbf5ffb8 100644 --- a/src/screens/Compose.tsx +++ b/src/screens/Compose.tsx @@ -354,7 +354,7 @@ const ScreenCompose: React.FC> = ({ navigation.goBack() }) .catch(error => { - if (error.removeReply) { + if (error?.removeReply) { Alert.alert( t('heading.right.alert.removeReply.title'), t('heading.right.alert.removeReply.description'),