Small transfer fix.

git-svn-id: http://svn.igniterealtime.org/svn/repos/spark/trunk@7416 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Derek DeMoro
2007-03-08 22:18:07 +00:00
committed by derek
parent bd94b137d3
commit 53a7a42f83

View File

@ -261,6 +261,8 @@ public class SparkTransferManager {
Log.error(e);
}
chatRoom.increaseUnreadMessageCount();
chatRoom.scrollToBottom();
SparkManager.getChatManager().getChatContainer().fireNotifyOnMessage(chatRoom);