Change-Id: I4b2ffffb9eff18a10e0d43db07332ec2bb95d62b
Signed-off-by: Seema <seema.nagraj@samsung.com>
{
__pFooter->SetItemEnabled(0, false);
}*/
- if(__pComment->GetTextLength() > 0 && __pComment->GetTextLength() < 100)
+ if(__pComment->GetTextLength() > 0 && __pComment->GetTextLength() <= 100)
{
__pFooter->SetItemEnabled(0, true);
}
__pFormFooter->SetShowState(false);
__pSearchBar->SetContentAreaSize(Dimension(GetClientAreaBounds().width, GetClientAreaBounds().height - __pSearchBar->GetHeight()));
}
-
+ __pMemoListView->Invalidate(true);
return;
}