diff --git a/Scripts/Layout/ScrollSnapBase.cs b/Scripts/Layout/ScrollSnapBase.cs index 34c81ce..a890a78 100644 --- a/Scripts/Layout/ScrollSnapBase.cs +++ b/Scripts/Layout/ScrollSnapBase.cs @@ -272,7 +272,7 @@ namespace UnityEngine.UI.Extensions _lerp = true; CurrentPage = screenIndex; GetPositionforPage(_currentPage, ref _lerp_target); - + ScreenChange(); } }