@@ -289,6 +289,7 @@ public class EditPictoActivity extends Activity {
...
@@ -289,6 +289,7 @@ public class EditPictoActivity extends Activity {
tiempoReproducir=0;
tiempoReproducir=0;
tiempoTotal=0;
tiempoTotal=0;
Log.i(DEBUG_MESSAGE,getIntent().getExtras().get(Picto.JSON_ATTTRS.URI_SOUND).toString()!=null?"Tiene Sonido"+getIntent().getExtras().get(Picto.JSON_ATTTRS.URI_SOUND).toString():"No tiene sonido");
//TODO: Aqui comprobar si ya hay grabación
//TODO: Aqui comprobar si ya hay grabación
//if (hayGrabacionAnterior){
//if (hayGrabacionAnterior){
layoutGrabacion.setVisibility(View.VISIBLE);
layoutGrabacion.setVisibility(View.VISIBLE);
...
@@ -306,11 +307,13 @@ public class EditPictoActivity extends Activity {
...
@@ -306,11 +307,13 @@ public class EditPictoActivity extends Activity {