George.Ling

Results 3 issues of George.Ling

现在对应着UpLogoRenderer去实现默认图头像应该是没问题 现在这边想在弹幕prepare的某个时间点去获取网络图片,然后刷新替换默认头像,然后看了sample没发现很好的去**加载网络图片时间点回调**,这边有建议么,然后刷新弹幕可以用DanmakuPlayer的updateItem对吧? 测试发现updateItem似乎也不能刷新弹幕。。可能也需要作者提供下思路 config = config.copy().apply { updateMeasure() updateRender() } danmakuPlayer.updateConfig(config) 这样可以刷新这个frame的样式确实可以做到刷新当前弹幕 但是同时发现刷新瞬间会出现icon变大一闪而过的问题,不知道是啥原因。。

08-19 14:21:32.561: E/AndroidRuntime_4_crash(20721): Caused by: java.lang.IllegalStateException: net.tsz.afinal.bitmap.core.SoftMemoryCacheImpl$1.sizeOf() is reporting inconsistent results! 08-19 14:21:32.561: E/AndroidRuntime_4_crash(20721): at net.tsz.afinal.bitmap.core.LruMemoryCache.trimToSize(LruMemoryCache.java:140) 08-19 14:21:32.561: E/AndroidRuntime_4_crash(20721): at net.tsz.afinal.bitmap.core.LruMemoryCache.put(LruMemoryCache.java:126) 08-19 14:21:32.561: E/AndroidRuntime_4_crash(20721): at net.tsz.afinal.bitmap.core.SoftMemoryCacheImpl.put(SoftMemoryCacheImpl.java:42) 08-19 14:21:32.561: E/AndroidRuntime_4_crash(20721): at...