Tencent / QMUI_Android

提高 Android UI 开发效率的 UI 库
http://qmuiteam.com/android
Other
14.46k stars 2.68k forks source link

QMUIStickySectionLayout SectionItem为空时的提示 #687

Closed uCloudCastle closed 5 years ago

uCloudCastle commented 5 years ago

运行环境

具体问题描述

我是在点击SectionHeader后去拉取相应的数据,有的SectionHeader下面的数据为空,需要给用户提示; 尝试使用CustomItem并在onGenerateCustomIndexAfterItemList方法中添加了CustomIndex,但结果是只有存在SectionItem的后面显示了customItem,如果SectionItem为空,customItem还是不显示。

请问有什么好的解决办法吗。确实不太想用一个特殊的SectionItem去workaround,多谢!

问题截图

Layout Inspector 文件([如何获取]

异常日志(堆栈)

cgspine commented 5 years ago

可升级到 1.4.2,去掉了 list.isEmpty 的判断

uCloudCastle commented 5 years ago

可升级到 1.4.2,去掉了 list.isEmpty 的判断

刚升级下可以了,感谢!