Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Notification crashing #1114

Closed
daniele-athome opened this issue Dec 7, 2017 · 0 comments
Closed

Notification crashing #1114

daniele-athome opened this issue Dec 7, 2017 · 0 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@daniele-athome
Copy link
Member

Bad cursor column indexes... damn me and my laziness when I don't use constants.

java.lang.IllegalStateException: Couldn't read row 0, col 9 from CursorWindow.  Make sure the Cursor is initialized correctly before accessing data from it.
       at android.database.CursorWindow.nativeGetString(CursorWindow.java)
       at android.database.CursorWindow.getString(CursorWindow.java:485)
       at android.database.AbstractWindowedCursor.getString(AbstractWindowedCursor.java:51)
       at android.database.CursorWrapper.getString(CursorWrapper.java:118)
       at org.kontalk.ui.MessagingNotification.updateMessagesNotification(MessagingNotification.java:349)
       at org.kontalk.ui.MessagingNotification$1.run(MessagingNotification.java:175)
       at java.lang.Thread.run(Thread.java:864)
@daniele-athome daniele-athome added the bug Something isn't working label Dec 7, 2017
@daniele-athome daniele-athome self-assigned this Dec 7, 2017
@daniele-athome daniele-athome added this to the Next milestone Dec 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant