rohankhayech / Choona

Guitar tuner app for Android with support for custom tunings.
https://play.google.com/store/apps/details?id=com.rohankhayech.choona
GNU General Public License v3.0
4 stars 0 forks source link

[BUG] App crashes when giving a duplicate name to a custom tuning. #12

Closed rohankhayech closed 1 year ago

rohankhayech commented 1 year ago

Describe the bug The app crashes when giving a custom tuning the same name as an existing tuning.

To Reproduce Steps to reproduce the behaviour:

  1. Retune a string to create a custom tuning.
  2. Save the tuning with an existing name eg. "Standard".
  3. The app should crash.

Expected behaviour Custom tunings should be able to share the name of an existing tuning if the strings are different.

Device and version info:

Additional context Key in the lazy list needs to be unique for different tunings with the same name.