mikaelzero / mojito

微信、bilibili大图、长图、gif、视频、自定义view的转场效果,The transition effect of wechat, bilibili large image, long image, GIF, video and custom view
Apache License 2.0
1.51k stars 164 forks source link

不使用RecycleView的时候使用指示器无效 #50

Closed Idumuzhou closed 4 years ago

Idumuzhou commented 4 years ago

noViewBtn.setOnClickListener { Mojito.with(context) .urls(SourceUtil.getSingleImage()) .setIndicator(NumIndicator()) //不使用RecycleView的时候使用指示器无效 .start() } noViewViewPagerBtn.setOnClickListener { Mojito.with(context) .urls(SourceUtil.getNormalImages()) .setIndicator(NumIndicator()) .start() }

mikaelzero commented 4 years ago

fix in version 1.5.2