Clear typed messages for short codes

This commit is contained in:
Naveen Singh 2024-12-27 16:39:53 +05:30
parent be553f0b10
commit 787f4cb2e1
No known key found for this signature in database
GPG key ID: AF5D43C216778C0B

View file

@ -969,6 +969,7 @@ class ThreadActivity : SimpleActivity() {
private fun maybeDisableShortCodeReply() {
if (isSpecialNumber() && !isRecycleBin) {
binding.messageHolder.threadTypeMessage.text?.clear()
binding.messageHolder.root.beGone()
binding.shortCodeHolder.root.beVisible()
val textColor = getProperTextColor()