-
Notifications
You must be signed in to change notification settings - Fork 310
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
左上角的那个单元格,每次notifyDataSetChanged()都会添加新View到FrameLayout,且旧View没有移除 #20
Comments
下面是ScrollablePanel的部分代码: |
继承ScrollablePanel重写notifyDataSetChanged方法解决了 |
Problem: after every notifyDataSetChanged ScrollablePanel creates and adds new view to top-left cell (first header) that lead to large memory leak and lags. Closes Kelin-Hong#20
Problem: after every notifyDataSetChanged ScrollablePanel creates and adds new view to top-left cell (first header) that lead to large memory leak and lags. Closes Kelin-Hong#20
左上角的那个单元格是TextView,更改其文本内容时,会和前一次的值叠加在一起显示
The text was updated successfully, but these errors were encountered: