AnyChart-Android
AnyChart-Android copied to clipboard
setOnClickListener change UI in fragment
radar.setOnClickListener(new ListenersInterface.OnClickListener(new String[]{"x","value"}) { @Override public void onClick(final Event event) { Log.v("Test","Res"); titleconcepto.setText(event.getData().get("x")); } });
have this error ragment android.view.ViewRootImpl$CalledFromWrongThreadException: Only the original thread that created a view hierarchy can touch its views.
@DaoCastro Thank you for the report! We will check it back to you as we get results.