SQL exception on chatlogs saving

Issue #86 resolved
Superbomma created an issue

During the creation of the statement in 'RoomChatMessage' when shutting down the emulator a SQL exception occurs because it's adding a sixth parameter which does not exists ( statement.setInt(6, 0); ). 6 should be 5.

Comments (4)

  1. Log in to comment