Clear typed messages for short codes
This commit is contained in:
parent
be553f0b10
commit
787f4cb2e1
1 changed files with 1 additions and 0 deletions
|
|
@ -969,6 +969,7 @@ class ThreadActivity : SimpleActivity() {
|
||||||
|
|
||||||
private fun maybeDisableShortCodeReply() {
|
private fun maybeDisableShortCodeReply() {
|
||||||
if (isSpecialNumber() && !isRecycleBin) {
|
if (isSpecialNumber() && !isRecycleBin) {
|
||||||
|
binding.messageHolder.threadTypeMessage.text?.clear()
|
||||||
binding.messageHolder.root.beGone()
|
binding.messageHolder.root.beGone()
|
||||||
binding.shortCodeHolder.root.beVisible()
|
binding.shortCodeHolder.root.beVisible()
|
||||||
val textColor = getProperTextColor()
|
val textColor = getProperTextColor()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue