mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-16 15:41:16 +01:00
remove pending messages after sending them.
This commit is contained in:
parent
a1d1251c0e
commit
a5ba0ac5fe
1 changed files with 1 additions and 0 deletions
|
@ -1326,6 +1326,7 @@ public class BoardActivity extends XWActivity
|
|||
while ( iter.hasNext() ) {
|
||||
m_jniThread.handle( JNICmd.CMD_SENDCHAT, iter.next() );
|
||||
}
|
||||
m_pendingChats.clear();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue