signalapp / Signal-iOS

A private messenger for iOS.
https://signal.org
GNU Affero General Public License v3.0
10.59k stars 2.95k forks source link

Fix issue that shows send button when all the text is cut. #5810

Open darkness51 opened 1 month ago

darkness51 commented 1 month ago

First time contributor checklist

Contributor checklist

Description

By notifying the UITextViewDelegate that the content of the cell changed, we make sure the right buttons are shown to the user after a cut action is performed.

Closes #5804