0xpr03 / VocableTrainer-Android

Vocabulary Trainer for Android - not lang specific
Apache License 2.0
29 stars 10 forks source link

The "show hint" button doesn't work #69

Open morfikov opened 2 years ago

morfikov commented 2 years ago

There's the Hint column on the word list. When a session is started, it wants me to provide some answer. When I tap on the "Show Solution" button, it fills the answer instead of showing what was in the Hint column.

Device: Redmi 9
OS Version: Android11/MIUI12
Application Version: 0.7.4 (from F-Droid)
0xpr03 commented 2 years ago

The question mark top right is used to show hints. "Show solution" does literally what you described, gives you the answer. See also here button number 5.

morfikov commented 2 years ago

Actually the question mark does nothing, I mean nothing happens when I tap on it. I though it's app's help or something.

0xpr03 commented 2 years ago

Hm, it should display the hint you provided, otherwise I'll have to investigate that. Nevertheless the current "hint" button isn't very intuitive.

morfikov commented 2 years ago

I think I've managed to fix this. Something went wrong when the app data was restored from backup. I cleared the data/cache and imported the list. Now it looks like the hint button works well.

morfikov commented 2 years ago

Nevertheless the current "hint" button isn't very intuitive.

Yes, indeed.

0xpr03 commented 2 years ago

I think I've managed to fix this. Something went wrong when the app data was restored from backup. I cleared the data/cache and imported the list. Now it looks like the hint button works well.

Uh that shouldn't happen at all. Some thoughts you could verify:

morfikov commented 2 years ago

Maybe I hit some unrelated issue by accident? I mean something unrelated to backup because it looks like it works perfectly well now. I tried to do the exact same steps as before (at least I think so), and I can't reproduce the bug.