Unable to call definVisibility () function, never seen connection for pid

I have a FrameLayout with a DrawerLayout inside containing a RelativeLayout and an ExpandableListView. RelativeLayout contains two types: FrameLayout and another RelativeLayout.

This is what happens: I show only one of these two views at a time, and everything works fine when I perform an action, but when I run it a second time, I cannot change my view.

I do not get any errors when I try to change the visibility of the views (I hide one and show the other). But I get this error when starting an activity:

11-12 20: 04: 18.577: W / cr.BindingManager (9100): Unable to call definedVisibility () - never saw a connection for pid: 9100

I have seen other solutions, such as: webview.getSettings () setJavaScriptEnabled (true). . Webview.getSettings () setDomStorageEnabled (true);

But I do not have a web view (although I use wikitude in one of the views, so it can use web view ...).

Any idea?

Thank you in advance.

+5
source share

Source: https://habr.com/ru/post/1235824/


All Articles