@@ -76,7 +80,7 @@ public class Picto extends Img {
publicfinalstaticintCOL_UNCATEGORIZED_CONCEPTS=0;
privateintid_stupicto;
privateJSONObjectattributes;
privatebooleanis_mirror=false;
privatebooleanhighlight_background=false;
...
...
@@ -96,8 +100,8 @@ public class Picto extends Img {
Log.e(LOG_TAG,e.getMessage());
}
}
publicPicto(intid,Stringurl,Stringtranslation,intcat,introw,intcolumn,intfreeRow,intfreeColumn,intstupicto_id,Stringuser_avatar/*, int scene*/)throwsJSONException{
//params.put("json", new JSONObject().put("attributes",json_attrs).put("id_scene",PCBcontext.getPcbdb().getActiveSceneForStudent(PCBcontext.getPcbdb().getCurrentUser().get_id_stu())).toString());
PCBcontext.getNetService().nextSynchro(newDate().getTime()+PCBcontext.getNetService().getSynchroTimingLength()*2);//nos saltamos una sincronización para evitar que llegue antes que los websockets
Log.i(LOG_TAG,"Received message '"+action+
"' for picto "+picto_id+" (cat "+picto_cat+", picto: "+picto_stupicto);