In my app, I am dragging a customView on the screen and based on the location of the finger, I update certain arrangement of other views. I keep getting this error in my Logcat. Few seconds after the drag is in progress, the parent view gets all dark and doesn't get updated. I also keep seeing this error:
E/InputDispatcher: Window handle drag has no registered input channel
But the app does respond - not totally irresponsive. Any ideas on how to solve it? sorry, I am not able to share code as it is part of huge module and it is hard to make it small to show it here.