1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-08-13 17:03:48 -04:00

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

View File

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