Closed thomaszhouan closed 6 years ago
This is due to the fact that you only use the UserQuerier.add()
method (which only works when add a new row to database). You should use UserQuerier.update()
instead when UserQuerier.add()
returns false. This is not a bug, you should pay more attention to the database APIs, which have clear javadocs.
According to log message, if user info for a user already exists, the
InitialInputRecorder
failed to update the row when user sayssetting