ogarcia / opensudoku

Open Source Sudoku game for Android.
GNU General Public License v3.0
328 stars 144 forks source link

Select first note if no big numbers #85

Closed byronigoe closed 4 years ago

byronigoe commented 4 years ago

Fixes #69

ogarcia commented 4 years ago

Thanks! Along this week I'll merge it :wink:

ogarcia commented 4 years ago

Sorry, but this not fixes #69

If I select a digit not present in board this doesn't highlight the cells with those notes, this PR only makes the digit key unusable. Maybe you have a mistake?

byronigoe commented 4 years ago

Nope. I tested again and this resolves the issue. The only difference is that I'm building against SDK 29.

ogarcia commented 4 years ago

I found better solution to this. Anyway thanks for your PR