Commit 4a6ea649 authored by Mattia Ducci's avatar Mattia Ducci

fix label

parent f5ac97b3
......@@ -105,7 +105,7 @@ public class EventTrackResource extends IcarusResource {
toSend.put("EventName",eventName);
toSend.put("EventCategory",eventCategory);
toSend.put("EventLabel",eventLabel+"TalkBack"+(accessibilityEnabled?"_ON":"_OFF"));
toSend.put("EventLabel",eventLabel+"_TalkBack"+(accessibilityEnabled?"_ON":"_OFF"));
toSend.put("EventContext",eventContextJSONObject);
} catch (JSONException jsonException){
......
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 to comment