AnyChart-Android icon indicating copy to clipboard operation
AnyChart-Android copied to clipboard

setOnClickListener change UI in fragment

Open DaoCastro opened this issue 5 years ago • 1 comments

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 avatar May 08 '20 00:05 DaoCastro

@DaoCastro Thank you for the report! We will check it back to you as we get results.

Shestac92 avatar May 08 '20 03:05 Shestac92