EngineersMadafakas / NuevoProyecto

First android app
0 stars 1 forks source link

App crashes if user cancels song selection #10

Closed morbiuz closed 10 years ago

morbiuz commented 10 years ago

If the Select Song Intent doesn't return OK, disable the Play button. Also added a try-catch on mp.release(); stop(); so it doesn't throw an error when mp is not initialized.