From f820d8e1504520833bc348c55dd45736e5543c4b Mon Sep 17 00:00:00 2001 From: "Tondapu, Alekhya" Date: Mon, 12 Jul 2021 19:57:09 +0530 Subject: [PATCH] Fixed scroll reload Index issue --- MVMCoreUI/Atomic/Organisms/Carousel/Carousel.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/MVMCoreUI/Atomic/Organisms/Carousel/Carousel.swift b/MVMCoreUI/Atomic/Organisms/Carousel/Carousel.swift index a433ff1e..3fd5acf0 100644 --- a/MVMCoreUI/Atomic/Organisms/Carousel/Carousel.swift +++ b/MVMCoreUI/Atomic/Organisms/Carousel/Carousel.swift @@ -226,7 +226,6 @@ open class Carousel: View { pagingView?.set(with: molecule, delegateObject, nil) pagingView?.numberOfPages = numberOfPages pagingView?.currentIndex = currentIndex - updateModelIndex() return }