Left test exception throw...

This commit is contained in:
Antoine POPINEAU 2020-06-11 00:02:49 +02:00
parent e50a43a812
commit d76f820f9d
No known key found for this signature in database
GPG Key ID: A78AC64694F84063
1 changed files with 0 additions and 1 deletions

View File

@ -79,7 +79,6 @@ class MainActivity : AppCompatActivity() {
now_playing_toggle.setOnClickListener {
CommandBus.send(Command.ToggleState)
throw Exception("coucou")
}
now_playing_next.setOnClickListener {