gyqsophila

Results 10 comments of gyqsophila

@minibugdev 我就是在都设置为 28 的情况下遇到这个问题的

这周日华为 Android 10 手机有一个系统更新,安装更新之后这个问题不再出现,我这边用两台手机验证确认华为在最新系统更新中修复了这个问题。 修复后的系统版本如下: ![image](https://tva1.sinaimg.cn/large/006tNbRwgy1gb1ojx4vjbj30u01t0ad7.jpg) 后台看到的 ANR 也全部都是华为 Android 10 的设备: ![image](https://tva1.sinaimg.cn/large/006tNbRwgy1gb1olqn4k9j31u60u0js7.jpg)

you need make a judge in your own view holder in method `createNodeView()` ,like this : ``` java event = value.event; if (hasChildItem(event)) { arrow.setImageResource(R.mipmap.ic_arrow_right_black_24dp); } ``` and you also...

Thank you all of above, help me solving the problem of refresh tree node with data changed. here is my code , if anyone need: ``` java if (layout !=...

hey guys, I think i have a way to refresh the data of treeview: here is my code , if anyone need: ``` java if (layout != null) {//layout is...

官方版本的 dark 主题有 bug,总是会闪烁,暂时不要合的好

meet the problem in same position, when i call addHight in DialogFragment, there is a expection: java.lang.ClassCastException: android.view.ViewRootImpl cannot be cast to android.view.View at com.app.hubert.guide.util.ViewUtils.getLocationInView(ViewUtils.java:41) at com.app.hubert.guide.model.HighlightView.getRectF(HighlightView.java:68) at com.app.hubert.guide.core.GuideLayout.drawHighlights(GuideLayout.java:152) at...

没有红色异常信息,直接就重启了ರ_ರ 心塞 Best Regards, 高彦强 在2017年03月13日 19:47,穿青人 写道: 具体奔溃栈是(⊙o⊙)啥? — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute...

改完重新打包嘛😅 Best Regards, 高彦强 在2017年05月24日 17:34,suoyo 写道: 我把MonthView.java中的onAnimationEnd改成了onAnimationStart,在动画开始的时候就响应点击事件 — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the...

even follow @pahko advice ,it still doesn't work on ubuntu 16.04