yoyofr / modizer

iOS chiptune/module player
http://yoyofr.blogspot.com/p/modizer.html
132 stars 45 forks source link

Database messages don't check for success of action #22

Closed mistydemeo closed 8 years ago

mistydemeo commented 11 years ago

There are two database popup messages, which occur if

a) The Modizer database doesn't exist, or b) The database needs to be upgraded to a new version

The messages don't actually check for the success of the action, so if creating or upgrading a database fails Modizer will still produce the "Database created" message with no indication that there was a problem. This results in the messages popping up every time Modizer is opened.