A xposed module similar to AdBlock, You can edit the application user interface at will.
GNU General Public License v3.0
527
stars
68
forks
source link
Fix: when click any rule, it always enter the first one. #43
Closed
TigerBeanst closed 2 years ago
setCurrentItem
will not work when its adapter has 0 item.And mViewPager sets a empty adapter (
new DetailFragmentStateAdapter(this)
)In this case,
getCurrentItem
will always be set to 0, causemCurIndex
is always 0.