Skip to content
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

setOriginImageList 无效 #138

Open
YancyYe opened this issue Sep 2, 2020 · 0 comments
Open

setOriginImageList 无效 #138

YancyYe opened this issue Sep 2, 2020 · 0 comments

Comments

@YancyYe
Copy link

YancyYe commented Sep 2, 2020

setOriginImageList 好像无效了。。

           val url = "https://ss1.bdstatic.com/70cFuXSh_Q1YnxGkpoWK1HF6hhy/it/u=3892521478,1695688217&fm=26&gp=0.jpg"

            val transfer = Transferee.getDefault(this)
            transfer.apply(
                TransferConfig.build()
                    .setImageLoader(GlideImageLoader.with(this))
                    .setOriginImageList(listOf(single_image_to, single_image_to))
                    .setSourceUrlList(listOf(url, url))
                    .create()
            ).show()

打开的页面好像跟 没设置 setOriginImageList 的效果是一样的

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant