jaredforrest / nonocross

A simple nonogram puzzle app for Android
GNU General Public License v3.0
41 stars 9 forks source link

Wrong buttons in GridView are shown #99

Closed mueller-ma closed 1 year ago

mueller-ma commented 1 year ago

Some buttons are hidden in some cases, e.g. the "reset zoom" button when zooming is disabled. When pressing the QR code button and then the grid button, all buttons (including the previously hidden ones) are shown.

jaredforrest commented 1 year ago

Should be fixed now by 0dfa5a1e6e6561c81274d445b7a9f1551d2321db

mueller-ma commented 1 year ago

After saving a level the save button disappears. Toggling the qr code brings it back as well.

Maybe use a dialog for the qr code to avoid all this hide/show logic?