therealshabi / AutoImageFlipper

Auto Scrolling Image Pager with Pager Indicator and Text
Apache License 2.0
106 stars 25 forks source link

removeAllFlipperViews() doesn't delete image ? #42

Open muhammed38 opened 4 years ago

muhammed38 commented 4 years ago

Im trying to delete all the views and add new views in to the flipperlayout.

When i use removeAllFlipperViews() it deletes all items in flipperview array but on the screen it still show an image.

When i add new views the first item is still the old image. But when im at the last view and scroll right. It updates the first image too the right image.

And when i only have 2 image views it crashes the app when i swipe to left ? and if i swipe to second view it jumps back to first view ?

therealshabi commented 4 years ago

Hey @muhammed38 thanks for reporting this, I'll check this