xupengku123

Results 3 issues of xupengku123

作者只加了activity的页面测速,fragment怎么测速那

我看了一下原作者的代码 ``` private void enqueueDispatchVisible() { taskDispatchSupportVisible = new Runnable() { @Override public void run() { taskDispatchSupportVisible = null; dispatchSupportVisible(true); } }; getHandler().post(taskDispatchSupportVisible); } ``` 这里是直接post了一条任务 你的这个方法是这样的 ``` private void...

When I call the ContactsService.openDeviceContactPicker() method, this error occurs. This error is intermittent