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
imlib版本:5.2.2
在MessageNotificationHelper中提示getConversationTypeNotificationLevel为私有方法
在sight中,PicturePagerActivity类的方法:private void updatePhotoView(final int position, final ViewHolder holder){},方法内部调用了 RongIMClient.getInstance() .getPrivateDownloadToken( GlideUtils.getUrlName(originalUri.toString()), new IRongCoreCallback.ResultCallback() { @OverRide public void onSuccess(String token) { updatePhotoView(position, holder, token); }
@Override public void onError(IRongCoreEnum.CoreErrorCode e) { updatePhotoView(position, holder, ""); } }); getPrivateDownloadToken 方法提示根本不存在
请问是依赖的imlib版本有问题还是?
The text was updated successfully, but these errors were encountered:
需要将imlib 升级到5.2.4 即可解决
Sorry, something went wrong.
No branches or pull requests
imlib版本:5.2.2
在MessageNotificationHelper中提示getConversationTypeNotificationLevel为私有方法
在sight中,PicturePagerActivity类的方法:private void updatePhotoView(final int position, final ViewHolder holder){},方法内部调用了 RongIMClient.getInstance()
.getPrivateDownloadToken(
GlideUtils.getUrlName(originalUri.toString()),
new IRongCoreCallback.ResultCallback() {
@OverRide
public void onSuccess(String token) {
updatePhotoView(position, holder, token);
}
请问是依赖的imlib版本有问题还是?
The text was updated successfully, but these errors were encountered: