Mazurco066 / playliter-native

Playliter Native App
MIT License
0 stars 0 forks source link

[Bug] Chords crashing application #22

Open Mazurco066 opened 3 weeks ago

Mazurco066 commented 3 weeks ago

Description

When user try to open a unknown chord chart while accessing a song the app will crash due to the lack of exception treatment.

Chords like F#maj will cause this crash to trigger.

Mazurco066 commented 3 weeks ago

This bug was fixed on this pull request.

I added a logic to render the chord even if it does not exists. The difference is that is the chord does not exist user will not be able to see its chart only its text.