- made "could not find a streamingplayer" thing inside ActionBarHandler yield stacktraces
- remove watermark
- fixed fab layout
- changed version number to 0.5.0
This commit is contained in:
Christian Schabesberger 2015-10-29 18:37:32 +01:00
parent c22c2009d4
commit f67158a2a7
9 changed files with 19 additions and 36 deletions

View file

@ -320,6 +320,8 @@ public class ActionBarHandler {
}
});
builder.create().show();
Log.d(TAG, "Either no Streaming player for audio was installed, or something importand crashed:");
e.printStackTrace();
}
}
}