Kale
Kale
Thank you very much for open sourcing this repository. It's very nice!!! Because currently Compose lacks support for Player. I think it's a pity that such a good repository is...
- Library Version com.github.skydoves:orchestra-balloon:1.1.1 - Affected Device(s) Android 10 **Describe the Bug:** I try to write like this ``` BalloonAnchor( reference = row, balloon = Balloon.Builder(LocalContext.current).apply { setLayout(ComposeView(LocalContext.current).apply { setContent...
CalendarUtils类的removeTaskHint方法。 修改成使用迭代器删除就好了。
只要频繁开启、关闭SampleFullScreenActivity就会复现。 2022-06-20 17:05:10.866 18034-18034/com.kuaishou.akdanmaku.sample D/LeakCanary: ┬─── │ GC Root: Thread object │ ├─ android.os.HandlerThread instance │ Leaking: UNKNOWN │ Retaining 7.2 MB in 144245 objects │ Thread name: 'ActionThread'...
您好,非常感谢作者的开源这个控件我个人觉得非常好用,但是今天使用的时候发现一个问题,特来请求修复。 在XRecyclerView的代码344行中。 public void setGridSpanLookUp(GridLayoutManager layoutManager, final GridLayoutManager.SpanSizeLookup lookup) { layoutManager.setSpanSizeLookup(new GridLayoutManager.SpanSizeLookup() { @Override public int getSpanSize(int position) { if (adapter != null) { if (adapter.isHeaderOrFooter(position)) return 1; //**注意这里** return...
Hello, I have a problem with using the player on the lazycolumn, but because each player control creates a player instance, the memory usage is very large, what should I...