You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
Bad cursor column indexes... damn me and my laziness when I don't use constants.
The text was updated successfully, but these errors were encountered: