Update spark phone.

git-svn-id: http://svn.igniterealtime.org/svn/repos/spark/trunk@7816 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Derek DeMoro
2007-03-29 23:06:46 +00:00
committed by derek
parent 5f2a841b7d
commit 5ecd3f1cc6

View File

@ -232,7 +232,7 @@ public class IncomingCall implements JingleSessionListener, ChatRoomClosingListe
// End after 30 seconds max.
TimerTask endTask = new SwingTimerTask() {
public void doRun() {
if (session == null) {
if (!session.isFullyEstablished()) {
rejectIncomingCall();
}
}