wuzhilong91

Results 3 issues of wuzhilong91

如果给子控件添加了点击事件,再使用条目点击事件,发现点击到子控件时,item事件不触发

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll...

你好在通信过程中如果关闭网络,出现闪退 java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.Object android.content.Context.getSystemService(java.lang.String)' on a null object reference at com.easysocket.utils.Utils.isNetConnected(Utils.java:124) at com.easysocket.connection.connect.SuperConnection.isConnectViable(SuperConnection.java:279) at com.easysocket.connection.reconnect.DefaultReConnection$1.run(DefaultReConnection.java:60) at android.os.Handler.handleCallback(Handler.java:883) at android.os.Handler.dispatchMessage(Handler.java:100) at android.os.Looper.loop(Looper.java:224) at android.os.HandlerThread.run(HandlerThread.java:67)