small refactoring

This commit is contained in:
toni
2019-01-30 16:24:42 +01:00
parent 72a672a80b
commit 691f3a684a
6 changed files with 4 additions and 509 deletions

View File

@@ -16,7 +16,7 @@ public class Metronome extends TimerTask {
boolean loaded = false;
private int soundID;
public Metronome(Context ){
public Metronome(Context context){
soundPool = new SoundPool.Builder().setMaxStreams(10).build();
soundPool.setOnLoadCompleteListener(new SoundPool.OnLoadCompleteListener() {
@Override