Fixed TDIS-4988 - support for 1.x list
authorminsung <minsung.jin@samsung.com>
Tue, 11 Jun 2013 14:50:00 +0000 (20:20 +0530)
committerminsung <minsung.jin@samsung.com>
Tue, 11 Jun 2013 14:50:00 +0000 (20:20 +0530)
Change-Id: Ie47df5c24aa378010ffea46511b963c470a18efa
Signed-off-by: minsung <minsung.jin@samsung.com>
src/ui/controls/FUiCtrl_TableViewPresenter.cpp

index d6a7db9..a6437c3 100644 (file)
@@ -564,7 +564,11 @@ _TableViewPresenter::RefreshTableView(int groupIndex, int itemIndex, TableViewRe
 
                float newScrollPosition = prevScrollPosition - (prevScrollAreaHeight - GetScrollAreaBounds().height);
 
+               __lockLoadItemWithScroll = true;
+
                SetScrollPosition(newScrollPosition, false);
+
+               __lockLoadItemWithScroll = false;
        }
        else
        {