Whitespacey

This commit is contained in:
Xavi Artigas 2012-10-04 17:54:41 +02:00
parent 0a57e2c403
commit a99fac623c

View file

@ -32,7 +32,7 @@ public class Tutorial1 extends Activity {
super.onCreate(savedInstanceState); super.onCreate(savedInstanceState);
try { try {
GStreamer.init(this); GStreamer.init(this);
} catch (Exception e) { } catch (Exception e) {
Toast.makeText(this, e.getMessage(), Toast.LENGTH_LONG).show(); Toast.makeText(this, e.getMessage(), Toast.LENGTH_LONG).show();
finish(); finish();