InfiniteViewPager icon indicating copy to clipboard operation
InfiniteViewPager copied to clipboard

Sometimes there will be blank pages (the data has been set to more than 4)?

Open dtboy1995 opened this issue 7 years ago • 0 comments

In my case, I play loop it in the timertask and change viewpagerTransform every time (It's like random animation),But there will always be a blank page at some time.

private Handler mh = new Handler() {
        @Override
        public void handleMessage(Message msg) {
            super.handleMessage(msg);
            moveNextPosition();
       }
};

Any help is greatly appreciated

dtboy1995 avatar Dec 13 '18 08:12 dtboy1995