- Status Closed
- Percent Complete
- Task Type Bug Report
- Category App
- Assigned To No-one
- Operating System All
- Severity High
- Priority Normal
- Reported Version Conversations+ 0.0.5
- Due in Version Undecided
- Due Date Undecided
- Votes 0
- Private No
Attached to Project: Conversations+
Opened by Tristan Zur (tzur) - 2015-11-01
Last edited by Sebastian Luksch (lookshe) - 2016-03-21
Opened by Tristan Zur (tzur) - 2015-11-01
Last edited by Sebastian Luksch (lookshe) - 2016-03-21
FS#87 - Crash on load messages after delete account
Following steps done before crash:
- open conversation of account "test"
- open "manage accounts"
- delete account "test"
- back in conversation view -> previous opened conversation is shown
- scroll to top and load more messages
- app crashes
Notes:
- the account "test" was one of two configured accounts
- open conversation of account "test"
- open "manage accounts"
- delete account "test"
- back in conversation view -> previous opened conversation is shown
- scroll to top and load more messages
- app crashes
Notes:
- the account "test" was one of two configured accounts
Monday, 21 March 2016, 22:47 GMT
Monday, 21 March 2016, 22:48 GMT
java.lang.NullPointerException
at de.thedevstack.conversationsplus.services.XmppConnectionService$20.run(XmppConnectionService.java:1274)
at de.thedevstack.conversationsplus.utils.SerialSingleThreadExecutor$1.run(SerialSingleThreadExecutor.java:18)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1076)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:569)
at java.lang.Thread.run(Thread.java:856)
Monday, 21 March 2016, 22:51 GMT