At the end of header sync reset the counts.

This commit is contained in:
Jesse Vincent 2010-07-15 03:42:20 +00:00
parent a58d91f7c7
commit b8e82085f9
1 changed files with 2 additions and 0 deletions

View File

@ -124,6 +124,8 @@ public class ActivityListener extends MessagingListener
int total, int completed)
{
mLoadingHeaderFolderName = null;
mFolderCompleted = 0;
mFolderTotal = 0;
}