jixionghui 6bd3c703e2 删除bak 文件 %!s(int64=4) %!d(string=hai) anos
..
src 6bd3c703e2 删除bak 文件 %!s(int64=4) %!d(string=hai) anos
.gitignore 7537f38968 push first %!s(int64=4) %!d(string=hai) anos
README.md 7537f38968 push first %!s(int64=4) %!d(string=hai) anos
build.gradle 7537f38968 push first %!s(int64=4) %!d(string=hai) anos
proguard-rules.txt 7537f38968 push first %!s(int64=4) %!d(string=hai) anos
swiperecyclerview.iml 7537f38968 push first %!s(int64=4) %!d(string=hai) anos

README.md

修复setHasStableIds无效的问题, 通过setHasStableIds和getItemId解决头像闪烁问题, 但库里的AdapterWrapper无视了封装的adapter的hasStableIds配置, 所以在AdapterWrapper.init添加了一行, setHasStableIds(adapter.hasStableIds());