ed33 / rcsjta

Automatically exported from code.google.com/p/rcsjta
1 stars 0 forks source link

Session remove on based of number #39

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

Current stack logic is to remove session on based of number.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Android, Kitkat

Please provide any additional information below.

Original issue reported on code.google.com by stc....@gmail.com on 5 May 2014 at 7:09

GoogleCodeExporter commented 8 years ago
No enough description to understand the issue.

Original comment by jmauffret@gmail.com on 12 May 2014 at 11:51

GoogleCodeExporter commented 8 years ago

Original comment by jmauffret@gmail.com on 12 May 2014 at 11:52

GoogleCodeExporter commented 8 years ago
Chat session which are created are saved in a list using method 
ChatServiceImpl.addChatSession(number, sessionApi) which is getting called in 
openSingleChat() method of ChatServiceImpl.java class. This take contact number 
as the key based on which the sessions are getting stored in the list.

But while removing these sessions in ChatImpl.java class the method 
ChatServiceImpl.removeChatSession(session.getContributionID()) is getting 
called with wrong arugument and because of which the keys are not matching and 
session are not getting removed and remains in the list.

Original comment by stc....@gmail.com on 14 May 2014 at 8:59

GoogleCodeExporter commented 8 years ago
I reopen the issue.

Original comment by jmauffret@gmail.com on 16 May 2014 at 9:59

GoogleCodeExporter commented 8 years ago

Original comment by jmauffret@gmail.com on 20 May 2014 at 10:14