-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
在打开相册后,左上角切换其他相册,全部都是一片空白,只有刚进来的时候 全部相册才有内容!!!这个问题也太大了吧 #812
Comments
将Matisse的代码下载到本地,然后修改AlbumMediaLoader类中的ORDER_BY属性,改为:
也是无效的,特别急! |
@Fudejun520 LZ解决了吗 |
@Fudejun520 replacing implementation 'androidx.fragment:fragment:1.3.0-alpha08' with implementation 'androidx.fragment:fragment:1..3.0-alpha06' 改一下androidx fragment的版本试试 |
可以了 |
这个在哪边改的?找了一遍没看到。 |
这个在哪边改的?找了一遍没看到。 |
'androidx.appcompat:appcompat:1.3.0-alpha01' |
遇到同样的问题,个人解决方案:
|
我的 fork 版本 解决了这个问题,同时还修复一些其他问题,适配了新的 Result Api https://github.com/lwj1994/Matisse |
androidx.fragment:fragment:1..3.0-alpha06 就是 这个问题,改成这个就行了 |
在MediaSelectionFragment的onActivityCreated方法里按下面的修改试试 |
我的是将 implementation 'androidx.appcompat:appcompat:1.3.0',退回 1.2.0 版本, |
@wangchenyan Thanks |
看我的 PR: #863 |
very nice |
就是 appcompat 依赖的问题 ,项目中有很多其他不同版本的依赖,最终打包的时候使用了高版本的导致此问题出现,将replace替换成 remove 和 add 非常完美的解决了这个问题
|
http://s.pz.com/u/8003/94/1/160049310359.jpg
http://s.pz.com/u/8003/94/1/16004931036.jpg
请看截图
The text was updated successfully, but these errors were encountered: