diff --git a/Signal/src/ViewControllers/Photos/PhotoCaptureViewController.swift b/Signal/src/ViewControllers/Photos/PhotoCaptureViewController.swift index 4154fd0bd8..d9f7edabcb 100644 --- a/Signal/src/ViewControllers/Photos/PhotoCaptureViewController.swift +++ b/Signal/src/ViewControllers/Photos/PhotoCaptureViewController.swift @@ -1144,14 +1144,12 @@ extension PhotoCaptureViewController: UITextViewDelegate { func textViewDidBeginEditing(_ textView: UITextView) { updateBottomBarVisibility(animated: true) textViewContainerToolbar.setIsHidden(true, animated: true) - linkPreviewWrapperView.setIsHidden(true, animated: true) updateTextEditorUI(animated: true) } func textViewDidEndEditing(_ textView: UITextView) { updateBottomBarVisibility(animated: true) textViewContainerToolbar.setIsHidden(false, animated: true) - linkPreviewWrapperView.setIsHidden(false, animated: true) updateTextEditorUI(animated: true) }