Merge pull request #356 from Aga-C/fix-cursor-position
Fixed cursor position when opening from background (#349)
This commit is contained in:
commit
5bfe24d803
1 changed files with 1 additions and 0 deletions
|
|
@ -299,6 +299,7 @@ class ThreadActivity : SimpleActivity() {
|
|||
if (smsDraft.isNotEmpty()) {
|
||||
runOnUiThread {
|
||||
binding.messageHolder.threadTypeMessage.setText(smsDraft)
|
||||
binding.messageHolder.threadTypeMessage.setSelection(smsDraft.length)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue