mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-04 23:02:02 +01:00
position caret at end of restored chat pending text
This commit is contained in:
parent
a86ff8b7b0
commit
91a58ab041
1 changed files with 1 additions and 0 deletions
|
@ -141,6 +141,7 @@ public class ChatDelegate extends DelegateBase {
|
|||
String curMsg = DBUtils.getCurChat( m_activity, m_rowid, m_curPlayer );
|
||||
if ( null != curMsg && 0 < curMsg.length() ) {
|
||||
m_edit.setText( curMsg );
|
||||
m_edit.setSelection( curMsg.length() );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue