tsurukame icon indicating copy to clipboard operation
tsurukame copied to clipboard

hitting return on info page after incorrect review answer treats answer as correct

Open realericmc opened this issue 2 years ago • 2 comments

Previously, I could hit return on the info page after an incorrect answer to move to the next review item. Now, that moves to the next item, but marks the current one as correct on the way (including the animation). Issue is on 1.23 (881), but my previous version was much older, so I am not sure when the behavior changed.

realericmc avatar Dec 14 '21 20:12 realericmc

That shouldn't be the case.

The keyboard shortcut is defined in ReviewViewController:

https://github.com/davidsansome/tsurukame/blob/dd76410f59f0e5a098d76a32b2d2a3f1019441f4/ios/ReviewViewController.swift#L1349-L1356

UInt2048 avatar Dec 14 '21 21:12 UInt2048

hmm, that is odd indeed. I reloaded the app and could not replicate the behavior. I will keep an eye out

realericmc avatar Dec 15 '21 17:12 realericmc