Fixed disabled sync stall test

This commit is contained in:
Patrick Simpson 2017-06-21 16:07:32 +02:00
parent 7b67b64e07
commit ed1892b3d7
1 changed files with 2 additions and 2 deletions

View File

@ -504,8 +504,8 @@ namespace Acacia.Features.SyncState
string syncId = (string)inbox.GetProperty(OutlookConstants.PR_ZPUSH_SYNC_ID);
// If it's syncing, it's not stalled
//if (syncId != null && syncId != "0")
// return;
if (syncId != null && syncId != "0")
return;
SyncSession sync = account.GetFeatureData<SyncSession>(this, null);