We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
感谢大佬分享的这个很棒的裤子~使用过程我发现了一个小问题 如果媒体文件直接放在存储SD卡根目录,会产生一个NPE,AssetLoader中:
AssetLoader
assets.add( AssetInfo( id = id, uriString = contentUri.toString(), filepath = it.getString(indexFilepath), filename = it.getString(indexFilename), date = it.getLong(indexDate), mediaType = mediaType, mimeType = it.getString(indexMimeType), size = it.getLong(indexSize), duration = it.getLong(indexDuration), directory = it.getString(indexDirectory), //NPE Here ) )
这里可以修复一下
The text was updated successfully, but these errors were encountered:
No branches or pull requests
感谢大佬分享的这个很棒的裤子~使用过程我发现了一个小问题
如果媒体文件直接放在存储SD卡根目录,会产生一个NPE,
AssetLoader
中:这里可以修复一下
The text was updated successfully, but these errors were encountered: