MemoListPresentationModel::GetInstance()->ResetListIndex(ID_MEMO_LIST);
__pMemoListView->SetItemProvider(*GetItemProvider(ID_MEMO_LIST));
__pMemoListView->SetShowState(true);
+ __pMemoListView->UpdateList();
//Show the number of memo in header
SetListFormTitle(ID_MEMO_LIST);
//Enable or disable the edit option depending on the memo count
//Set search list item provider
MemoListPresentationModel::GetInstance()->ResetListIndex(ID_SEARCH_LIST);
__pMemoListView->SetItemProvider(*GetItemProvider(ID_SEARCH_LIST));
-
+ __pMemoListView->UpdateList();
if(__pSearchBar->GetTextLength() != 0)
{
__pMemoListView->SetEnabled(true);