Commit 80feaacd by Arturo Montejo Ráez

Merge branch 'develop' of http://gitlab.ujaen.es/yotta/pictogram into develop

parents 55f488be e3bb2f2a
...@@ -611,6 +611,7 @@ public class VOCA extends Activity implements VocabularyTalk.iVocabularyListener ...@@ -611,6 +611,7 @@ public class VOCA extends Activity implements VocabularyTalk.iVocabularyListener
public void change(action action, int picto_cat, int picto_id, JSONObject args) { public void change(action action, int picto_cat, int picto_id, JSONObject args) {
Log.i(LOG_TAG, "Vocabulary action listened: " + action); Log.i(LOG_TAG, "Vocabulary action listened: " + action);
if (args != null) Log.d(LOG_TAG, "args: " + args.toString()); if (args != null) Log.d(LOG_TAG, "args: " + args.toString());
vocabulary.synchronize();
refresh(); refresh();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment